459 B
459 B
Contributing
Local Workflow
- Install dependencies with
npm install. - Copy
.env.exampleto.env. - Run
npm run db:pushfor local development databases. - Run
npm run typecheck,npm run test, andnpm run buildbefore opening a pull request.
Rules
- Keep changes scoped.
- Do not commit generated dependency folders or local environment files.
- Update README and
.codex/project.mdwhen commands or deployment behavior changes.