Introduction
Docs
This documentation website is built using Speed Docs. The pages are basically written in Markdown/MDX and compiled into static HTML pages using Fumadoc.
To view the generated documentation website locally, run the following command:
pnpm docs:devThis will start the development server at http://localhost:3000.
To build the documentation website, run the following command:
pnpm docs:buildThe built documentation website will be available in the docs-output directory. You can deploy it to any static site hosting service.