- Configure environment variables by duplicating
app/.env.example
toapp/.env
and filling in the blanks. - Install required Node.js version:
cd && nvm use
- Install dependencies:
npm ci
- Run the app:
npm run dev
- Access the app at: http://localhost:3000
See LICENSE