Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 627 Bytes

File metadata and controls

38 lines (24 loc) · 627 Bytes

Operaton Documentation

This repository contains the public documentation website for Operaton, built with Docusaurus.

Requirements

  • Node.js 18 or newer
  • npm

Install

npm ci

Local Development

npm run start

This starts a local development server. Most content and styling changes are reflected without restarting the server.

Build

npm run build

The static site is generated in the build directory.

Typecheck

npm run typecheck

Run the typecheck and production build before opening a pull request.