- Node.js (>= 22)
- PostgreSQL
- pnpm
- AutoEnv (Highly recommend)
- Clone the repository
- Install dependencies
pnpm install- Create
.envfile, following.env.example - Run following commands to initialize the database schema to your local database
npx prisma generate
npx prisma db push- Run following command to start the development server.
pnpm start:dev