Skip to content

BalogunofAfrica/transcription-review-front-end

 
 

Repository files navigation

Transcription Review Frontend

This repo house the frontend for transaction review website

Getting Started

  1. Clone the repo
  2. Install dependencies
  3. Update environment variables
  4. Run the app

Prerequisites

  • Node.js
  • Yarn
  • Docker (optional)

Installing

  1. Clone the repo
git clone
  1. Install dependencies
yarn
  1. Update environment variables
cp .env.example .env && cp .env.local.example .env.local
  1. Run the app
yarn dev
  1. You can also run with Docker for development
docker build -t transcription-review-frontend .
docker run -p 3000:3000 transcription-review-frontend

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.1%
  • CSS 12.3%
  • Dockerfile 1.1%
  • Other 1.5%