Contributing
Documentation
The documentation is powered by the VitePress.
To locally preview the documentation, first, install the VitePress locally. The installation instructions are available in the "Getting Started" documentation section. Then, to build the documentation locally (and rebuild when change is detected), run the following command:
shell
npm install && npm run docs:dev