Source for praxis.fast, the project website for Praxis.
Built with Docusaurus 3. Server can be started with:
npm ci
npm startServer is started with hot reload, make your changes and watch them update live.
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