FlyingSky's Website - Documentation
Atlantic, Pacific, Indian, Southern, Arctic ...
If you don't install pipenv
:
pip install pipenv
Install the dependencies:
pipenv install
Start development server:
pipenv run mkdocs serve
Build the documentation:
pipenv run mkdocs build