The official documentation website for jGuard, built with Docusaurus.
- Node.js 20+
- npm
npm installnpm startThis starts a local development server at http://localhost:3000. Most changes are reflected live without restarting.
npm run buildGenerates static content into the build directory.
npm run serveServes the built website locally.
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
GIT_USER=<Your GitHub username> npm run deployThe site is configured to use the jguard.io domain. To set up:
- In your DNS provider, add a CNAME record pointing to
jguard-io.github.io - Add
jguard.ioto the GitHub Pages settings for this repository
See the main jGuard contributing guide.
Apache License 2.0