Open education index for Bitcoin, Monero, and cypherpunk sovereignty.
Domain: cypherpunk-code.ca
Curated by @CHxmrBrother.
npm install
npm run devOpen http://localhost:3000.
Works on Vercel, Cloudflare Pages, or any Node host:
npm run build
npm startStatic export is possible later if you drop client-side search (currently uses React state).
| File | Purpose |
|---|---|
src/data/resources.json |
Resource database (58 entries seeded) |
src/data/paths.json |
Learning path sequences |
src/data/site.json |
Site name, creator handle, donation addresses |
Site name, domain, and donation addresses are configured in site.json.
/— Homepage with featured resources/catalog— Searchable, filterable catalog with CP Score/paths— Curated learning paths/resource/[id]— Resource detail pages/about— About + donation info/model— Business model analysis
Add entries to resources.json following the schema in src/lib/types.ts. Rebuild to publish.