Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 491 Bytes

File metadata and controls

31 lines (22 loc) · 491 Bytes

Groo

Prerequisites

  • Node.js (>= 22)
  • PostgreSQL
  • pnpm
  • AutoEnv (Highly recommend)

Setup

  1. Clone the repository
  2. Install dependencies
pnpm install
  1. Create .env file, following .env.example
  2. Run following commands to initialize the database schema to your local database
npx prisma generate
npx prisma db push
  1. Run following command to start the development server.
pnpm start:dev