The site is built using Docusaurus 3.
Click here to get to the wiki.
- Fork and clone the repo
- Install NodeJS (18.0+)
cdto the directory and runnpm install(for now, with--forceuntil mdx-embed is replaced or updated).- Run
npm startwhich will run the site locally & automatically open it in your browser - Make changes (page will auto refresh every time you save a file)
- When ready, commit your changes and open a pull request.
- ???
- Profit
The docs pages are all written in Markdown, and you will find all pages in the docs folder.