Umbrella site for the @ngrithms family of Angular libraries — landing page, per-library demos, and docs.
Built with Analog (file-based routing, prerendered to static HTML), deployed to Cloudflare Pages.
npm install
npm run dev # http://localhost:5173npm run build # output: dist/analog/public (fully static, ready for Cloudflare Pages)- Create
src/app/pages/<lib-name>.page.ts(file name = route path). - Add the route to the
prerender.routesarray invite.config.tsso it ships in the static build. - Add a card linking to it on the home page (
src/app/pages/index.page.ts).
- Build command:
npm run build - Build output directory:
dist/analog/public - Node version:
22(setNODE_VERSION=22as an environment variable)
MIT