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