How to Develop
technical details of Docs Template
How to Develop
This template follows the standard Docusaurus local workflow, with Ratio1-specific UI/runtime customizations already integrated.
Installation
npm install
Local development
npm run start
This starts a local development server with live reload for documentation changes.
Build
npm run build
This generates the static site in build/.
Preview a production build
npm run build
npm run serve
This serves the static output from build/ so you can validate the production bundle locally.
Notable date
- Reviewed on February 23, 2026.