Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 285 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 285 Bytes

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!