Skip to content

KyoriPowered/adventure-docs

Repository files navigation

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!