Source for praxis.fast, the project website for Praxis. Built with Docusaurus 3.
npm ci
npm startOpens a local dev server with hot reload.
npm run buildGenerates static output in build/. The site is deployed automatically
via GitHub Actions on push to main.
docs/ Documentation (markdown + Docusaurus sidebar metadata)
blog/ Blog posts
src/pages/ Custom pages (homepage, examples showcase)
src/data/ Structured data (example config catalog)
src/css/ Custom theme styles
static/ Static assets (favicon, CNAME)
MIT