- Clone the repository:
git clone <REPOSITORY_URL> cd <REPOSITORY_NAME>
- Install dependencies:
npm install
- Configure the .env file with your environment variables (e.g., database URL).
- Run migrations and generate the Prisma client (if needed):
npm run migrate npm run generate
- Start the server in development mode:
npm run dev