Summary
Clarify how to run hackathon server (src/server.ts) vs full backend (src/index.ts) via explicit npm scripts.
Why this matters
Issue #248 was closed but contributors still default to one server and miss routes implemented only in the other entrypoint.
Where to work
What to implement
- Add
dev:hackathon and dev:full scripts.
- Keep
dev aliased to hackathon unless team decides otherwise.
- Document which endpoints exist in each mode.
Acceptance criteria
Done when
Contributors can choose the correct runtime with one command.
Metadata
| Field |
Value |
| Difficulty |
beginner |
Summary
Clarify how to run hackathon server (
src/server.ts) vs full backend (src/index.ts) via explicit npm scripts.Why this matters
Issue #248 was closed but contributors still default to one server and miss routes implemented only in the other entrypoint.
Where to work
package.jsonREADME.mdWhat to implement
dev:hackathonanddev:fullscripts.devaliased to hackathon unless team decides otherwise.Acceptance criteria
Done when
Contributors can choose the correct runtime with one command.
Metadata