/adventure-docs

Documentation for the Adventure projects.

Primary LanguagePythonCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

adventure-docs

Source for the documentation of adventure.

Usage

  1. Install pipenv: apt install pipenv (or whatever on your OS)
  2. Install required libraries: pipenv install
  3. Run the dev server: pipenv run make livehtml
  4. Make your changes!