Files
WatchLink/CONTRIBUTING.md
MrSphay d3e84feedd
Some checks failed
Build / build (push) Failing after 1m29s
Release Dry Run / release-dry-run (push) Successful in 1m24s
Template Compliance / compliance (push) Failing after 5s
Initial WatchLink scaffold
2026-05-15 03:11:41 +02:00

15 lines
459 B
Markdown

# Contributing
## Local Workflow
1. Install dependencies with `npm install`.
2. Copy `.env.example` to `.env`.
3. Run `npm run db:push` for local development databases.
4. Run `npm run typecheck`, `npm run test`, and `npm run build` before opening a pull request.
## Rules
- Keep changes scoped.
- Do not commit generated dependency folders or local environment files.
- Update README and `.codex/project.md` when commands or deployment behavior changes.