This is a Next.js project bootstrapped with create-next-app
.
- Start the webserver:
npm run dev
- Open the proxy connection to PlanetScale
> brew install planetscale/tap/pscale
> pscale auth login
once authenticated:
pscale connect bourbonforge_dev dev --port 3309
- If you've run the init method before, skip and run this command to propagate the schema:
npx prisma generate
- [ONLY RUN ONCE] Seed the db with thise command:
npx prisma db seed