Official SlimeVR Documentation: https://docs.slimevr.dev
The Documentation is created using mdBook with the following extensions:
By contributing to this project you are placing all your code under MIT or less restricting licenses, and you certify that the code you have used is compatible with those licenses or is authored by you. If you're doing so on your work time, you certify that your employer is okay with this.
-
Obtain Rust from the Rust Website Install Rust Page.
-
Obtain dependencies by running in repository root:
$ cargo setup- Launch local server by calling:
$ cargo startor by calling:
$ cargo start-openso it also opens browser when local server is started.
- Once you finished making changes, verify internal links by running following command:
$ cargo check-links