This directory contains the Docusaurus-powered documentation for JustSaying.
Install dependencies:
npm installStart a local development server:
npm startThis will start a local development server at http://localhost:3000.
Build the documentation for production:
npm run buildThe built files will be in the build directory.
The documentation can be deployed to GitHub Pages, Vercel, Netlify, or any static hosting service.
For GitHub Pages, you can use:
npm run deployThis will deploy the documentation to the gh-pages branch.