nvm use && pnpm i
to install dependencies
docker compose build && docker compose up
to start docker db
pnpm db:generate && yarn db:migrate:dev
to generate prisma client and migrate the schema to the docker db
pnpm db:seed
to populate the database with legacy data
yarn dev
to startup the dev server
the app and db are hosted on railway.
the domain is registered with route 53, and the nameservers are registered with Cloudrun.
railway up