Guides
Local development
Tips and workflow for local development
- Use feature branches named
feat/<scope>. - Run linters and tests locally before pushing.
- Environment variables live in
.env.local(never commit secrets).
Tips and workflow for local development
feat/<scope>..env.local (never commit secrets).