An open API service indexing awesome lists of open source software.

https://github.com/kyoripowered/adventure-docs

Documentation for the Adventure projects.
https://github.com/kyoripowered/adventure-docs

hacktoberfest

Last synced: 8 months ago
JSON representation

Documentation for the Adventure projects.

Awesome Lists containing this project

README

          

# adventure-docs

Source for [the documentation](https://docs.advntr.dev/) of adventure.

## Usage

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