Skip to content

devlimelabs/simple-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unified Document Hub

Light-weight knowledge base focused on simplicity and low-friction capture of Markdown, PDF & text.

Repository Layout (WIP)

├── 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

Getting started (after scaffold)

  1. Install PNPMnpm i -g pnpm.
  2. Initialise Firebase: firebase init (Hosting, Functions, Firestore, Storage).
  3. Generate Angular workspace inside frontend/: pnpm create @angular/core latest.
  4. Run locally with emulators: firebase emulators:start.

Detailed instructions will evolve alongside the codebase.


• Roadmap: DOCS_ROADMAP.md
• Task board: docs/DEVELOPMENT_CHECKLIST.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published