This is a companion repo for the Master.dev TanStack Start & TanStack Query course.
Make sure you have Docker Desktop running (install it if needed).
Run
npm run pgor
npm run pg-rawif you want a fresh database whose contents will be lost when you close the terminal.
Then in a fresh terminal run
npm install
npm run devTo build this application for production:
npm run build