This is where you can find our documentation, guides, and more.
To contribute to the documentation, make sure you have Node.js installed on your computer.
If you do not have pnpm installed, install it using:
npm install -g pnpmTo run the website locally, run:
pnpm install
pnpm devYou can now view your changes to the website live at http://localhost:3000/
It is recommended to install the MDX VSCode Extension for development.