Skip to main content

Docs Development Setup

Documentation is a critical resource for making projects easy to maintain. Pounce uses Docusaurus, a static site generator. When writing docs, you can preview them on a local development server.

Requirements

  • You must have NodeJS installed.

Installing Packages

Navigate to the docs folder and use npm to install the required packages.

cd docs
npm ci

Starting Local Server

Run the local development server to preview your docs changes.

npm run dev