This is a T3 Stack project bootstrapped with create-t3-app.
- Copy the
.env.examplefile to.env. - If on Windows, change the terminal from Powershell to a Unix environment like Git Bash
- If using Laragon, use this guide to add Postgres to your instance, run it locally, and modify the
DATABASE_URLvariable inside.envto have the correct credentials. Otherwise, run:
./start-database.sh
- Run the app in development mode with:
npm run dev
- Migrate the DB to the schema defined in
src/server/db/schema/schema.ts
npm run db:push
TBD...