-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Yajing edited this page Feb 10, 2025
·
3 revisions
This wiki serves as a guide for contributors and developers working on the Olares documentation site. It includes instructions for setting up the project locally, markdown references, and style guides to ensure consistency and quality across the documentation.
For published documentation and end-user resources, visit:
Follow these steps to preview, develop, and build the documentation locally.
Install required local dependencies:
npm install
Start the local development server with hot-reloading:
npm run docs:dev
Generate a production-ready static site:
npm run docs:build