Internal ID: #115
Imported from ISSUES.md via scripts/import-issues.mjs.
Problem Statement. No Makefile; every contributor runs cd frontend && npm install etc. manually.
Expected Outcome. make dev, make test, make fmt, make lint, make contracts.test.
Acceptance Criteria.
- New contributors can use
make exclusively.
Files / modules affected.
Dependencies. None.
Difficulty / Effort. Easy / XS (≈ 1 hour).
Labels. developer-experience
Problem Statement. No Makefile; every contributor runs
cd frontend && npm installetc. manually.Expected Outcome.
make dev,make test,make fmt,make lint,make contracts.test.Acceptance Criteria.
makeexclusively.Files / modules affected.
MakefileDependencies. None.
Difficulty / Effort. Easy / XS (≈ 1 hour).
Labels.
developer-experience