Description Dev environment Clone the repository Copy .env.template to .env and fill the variables. Run npm install. Run database using docker compose up -d Run migrations npx prisma migrate dev Run npm run dev