| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modernization of laddr — the platform behind codeforphilly.org — onto a Fastify + Vite/React + gitsheets stack.
This site is spec-driven: specs/ declares what should be true and the implementation is brought into conformance with it. Plans in plans/ are the bridge between specs and code.
asdf install
npm ci
npm run dev # api (:3001) + web (:5173) in parallelRoot scripts:
| Command | Effect |
|---|---|
| npm run dev | Concurrent dev servers for apps/api + apps/web with watch + HMR |
| npm run build | Builds every workspace |
| npm run type-check | tsc --noEmit across all workspaces |
| npm run lint | ESLint flat-config at root |
See specs/architecture.md for the rationale on each choice.
Spec-first: before writing or changing code, read the relevant spec. If the spec doesn't cover what you're about to do, update the spec first. See specs/README.md for the workflow and .claude/CLAUDE.md for conventions.
| Back | FazBrowse Home | New Git URL |