Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 711 Bytes

File metadata and controls

30 lines (20 loc) · 711 Bytes

Documentation

The documentation is built using Docusaurus, a modern static website generator.

Prerequisites

Local Development

All commands are run from the docs directory.

pnpm install

This command installs all dependencies.

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.