Skip to content

Latest commit

 

History

History

README.md

JustSaying Documentation

This directory contains the Docusaurus-powered documentation for JustSaying.

Getting Started

Install dependencies:

npm install

Development

Start a local development server:

npm start

This will start a local development server at http://localhost:3000.

Building

Build the documentation for production:

npm run build

The built files will be in the build directory.

Deployment

The documentation can be deployed to GitHub Pages, Vercel, Netlify, or any static hosting service.

For GitHub Pages, you can use:

npm run deploy

This will deploy the documentation to the gh-pages branch.