We usage Docusaurus for our project documentation.
The full documentation is hosted on a local documentation server.
-
Navigate to the docs directory:
cd docs -
Install dependencies (First time only):
npm install
-
Start the server:
npm run start
-
View Documentation: Open http://localhost:4000 in your browser.