- Customise your environment.
cp .env.example .env- Install dependencies with npm.
npm i- Apply database migrations.
npx prisma migrate dev- Run the development server.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThis app is configured to run behind a traefik reverse proxy.
Before building, ensure an environment file is present in the root directory.
docker-compose up -d