This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.
Prerequisite:
- MySQL local database (or Planetscale connection using PScale CLI)
- npm
Setup
- Clone repo
npm install
- Create
.env
file if one does not already exist (example .env file here) - Add connection URLs for both database and shadow db to .env
- Initialize database -
npx prisma migrate dev
- Run dev server
npm run dev
Chloe Nguyen