-
Use the correct package manager with corepack
corepack enable corepack prepare pnpm@latest --activate -
Fill in env-variables
cp programmerbar-web/.env.example programmerbar-web/.env
-
Fill in the empty variables
-
Install dependencies
pnpm install
-
Apply migrations
pnpm db:migrate:local
-
Start the development server
pnpm dev
- Website will run on http://localhost:5173
- Sanity will run on http://localhost:3333