Skip to content

Repository files navigation

CollabXR Documentation Repository

CollabXR is a mixed-reality classroom. See the docs!

Development

  1. Create a virtual Python environment: python3 -m venv .venv/
  2. Enter virtual environment: source .venv/bin/activate (or .\.venv\Scripts\activate.bat if on Windows)
  3. Install dependencies: pip install -r docs/requirements.txt
  4. Optionally install esbonio language server for Sphnix (preferablly global): pip install esbonio
  5. Install Prettier for auto-formatting configs: npm i -g prettier
  6. Setup pre-commit hooks for code cleanliness: pre-commit install

To build the site locally after setting up your environment:

  • On Unix: cd docs && make html
  • Your built static-site should appear under docs/builds/html/

Resources

About

CollabXR Documentation, powered by Read the Docs.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors