-
Fork this repository and git clone/download your fork.
-
Install Node v22 or newer.
It is recommended to useChocolateyon Windows andnvmon macOS/Linux.
we're using thenpmpackage manager in this quick guide. -
After installing Node and a package manager of choice, install the dependencies:
Run this in the root directory of the project, where the
package.jsonfile is located.
npm install- Preview your changes Locally:
npm run dev- Building the Wiki
/docs/.vitepress/dist:
npm run build- If you're done with your changes, make sure to Push them to your Fork and Open a Pull Request.
VitePress docs can be found here:
VitePress Docs