This repo house the frontend for transaction review website
- Clone the repo
- Install dependencies
- Update environment variables
- Run the app
- Node.js
- Yarn
- Docker (optional)
- Clone the repo
git clone
- Install dependencies
yarn
- Update environment variables
cp .env.example .env && cp .env.local.example .env.local
- Run the app
yarn dev
- You can also run with Docker for development
docker build -t transcription-review-frontend .
docker run -p 3000:3000 transcription-review-frontend