Configure & Run
Prerequisites
Before working with the documentation, ensure you have the required development tools installed and configured.
See: Prerequisites - Development Tools for complete setup instructions.
Development Server
Start the documentation development server with live reload:
make run_docs
The documentation will be available at http://localhost:5180.
Features during development:
- Hot Reload: Changes appear instantly without refresh
- Fast Feedback: See your edits in real-time
- Error Reporting: Clear error messages for invalid MDX
Alternatively, you can run the following commands to start the documentation development server:
# From the root of the repository
pnpm install
cd docs
pnpm dev