Local Setup
.dev.vars.example to .dev.vars, set BETTER_AUTH_SECRET and BETTER_AUTH_URL, and run:
http://localhost:3000.
Pull Requests
- Keep changes focused.
- Explain what changed and why.
- Include testing notes.
- Do not include generated build output.
- Do not run deploy, remote migration, legacy-data, or secret-management commands unless a maintainer asks for them.
Useful Commands
pnpm verify before opening a pull request when possible.
Use pnpm doctor for a React Doctor scan of changed files; pull requests also run the React Doctor workflow for inline React diagnostics.