To run application locally
- Prepare local .env file
NEXT_PUBLIC_URL=http://localhost:3000
- Install dependencies and start a dev server
yarn && yarn dev
Afterwards, the application will be available at http://localhost:3000.
Application is built using: