Source for the documentation of adventure.
- Install pipenv:
apt install pipenv
(or whatever on your OS) - Install required libraries:
pipenv install
- Run the dev server:
pipenv run make livehtml
- Make your changes!
Source for the documentation of adventure.
apt install pipenv
(or whatever on your OS)pipenv install
pipenv run make livehtml