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.
- Host: GitHub
- URL: https://github.com/kyoripowered/adventure-docs
- Owner: KyoriPowered
- License: cc-by-sa-4.0
- Created: 2020-06-29T00:03:09.000Z (over 5 years ago)
- Default Branch: main/4
- Last Pushed: 2025-05-02T18:25:11.000Z (9 months ago)
- Last Synced: 2025-05-02T19:29:04.749Z (9 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage: https://docs.advntr.dev/
- Size: 2.09 MB
- Stars: 1
- Watchers: 7
- Forks: 36
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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!