Documentation, guides, and the API reference for Wolfx. Built with Nextra and Typescript.
To run docs you will need:
- node: 18.x
- npm: 9.x
Install dependencies:
npm install
Start docs in development mode:
npm run dev
Open your browser to http://localhost:3000
Contributions are welcome! There are several ways to contribute including:
- Fixing typos and errors
- Adding new content
- Improving existing content
- Providing feedback
Our documentation is written in MDX, a markdown format that supports embedding React components. See the GitHub Markdown Guide for a quick overview of markdown.