- Run
npm i
to install dependencies. - Duplicate .env.example and rename the duplicate to .env
- Populate .env according to your workspace.
- Run
npx prisma migrate dev
to create the database. - Run
npm run dev
to start the website.
By default, the website will be accessible at https://localhost:3000/.