Getting started
Run the project locally and make your first change.
Install
pnpm install
Develop
Start the API and web dev servers:
pnpm dev
Rename the project
User-facing display name lives in one place — src/consts.ts (SITE_NAME).
Update it there and it flows through titles, the header, footer, and metadata.