Light-weight knowledge base focused on simplicity and low-friction capture of Markdown, PDF & text.
├── docs/ ← Documentation & roadmaps
│ └── DEVELOPMENT_CHECKLIST.md ← Living task list (update every PR)
DOCS_ROADMAP.md currently lives in the repo root; it will be moved under `docs/` once initial scaffolding stabilises.
├── frontend/ ← Angular 20 source (to be generated)
├── functions/ ← Firebase Cloud Functions
├── infra/ ← Terraform / deployment scripts (optional)
└── scripts/ ← One-off utilities
- Install PNPM –
npm i -g pnpm
. - Initialise Firebase:
firebase init
(Hosting, Functions, Firestore, Storage). - Generate Angular workspace inside
frontend/
:pnpm create @angular/core latest
. - Run locally with emulators:
firebase emulators:start
.
Detailed instructions will evolve alongside the codebase.
• Roadmap: DOCS_ROADMAP.md
• Task board: docs/DEVELOPMENT_CHECKLIST.md