This repository contains the public documentation website for Operaton, built with Docusaurus.
- Node.js 18 or newer
- npm
npm cinpm run startThis starts a local development server. Most content and styling changes are reflected without restarting the server.
npm run buildThe static site is generated in the build directory.
npm run typecheckRun the typecheck and production build before opening a pull request.