This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Start the webserver:
npm run dev
  1. Open the proxy connection to PlanetScale
> brew install planetscale/tap/pscale
> pscale auth login

once authenticated:

pscale connect bourbonforge_dev dev --port 3309
  1. If you've run the init method before, skip and run this command to propagate the schema:
npx prisma generate
  1. [ONLY RUN ONCE] Seed the db with thise command:
npx prisma db seed