- Start the application
npm run dev - Open the application: http://localhost:3000/
Always run a build before pushing code.
npm run buildPrepare the environment variables in your .env.local.
Ensure, the API is running:
sh e2e/start_backend.shnpm run test:e2e
# with UI
npm run test:e2e -- --ui