Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturalcrit/homebrewery
Create authentic looking D&D homebrews using only markdown
https://github.com/naturalcrit/homebrewery
dnd hacktoberfest homebrewery markdown rpg stylesheet
Last synced: about 11 hours ago
JSON representation
Create authentic looking D&D homebrews using only markdown
- Host: GitHub
- URL: https://github.com/naturalcrit/homebrewery
- Owner: naturalcrit
- License: mit
- Created: 2015-11-14T04:18:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T03:30:34.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:29:05.221Z (about 1 month ago)
- Topics: dnd, hacktoberfest, homebrewery, markdown, rpg, stylesheet
- Language: JavaScript
- Homepage: https://homebrewery.naturalcrit.com
- Size: 79.8 MB
- Stars: 1,091
- Watchers: 32
- Forks: 326
- Open Issues: 229
-
Metadata Files:
- Readme: README.DOCKER.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
- stars - naturalcrit/homebrewery - Create authentic looking D&D homebrews using only markdown \[*MIT License*\] (⭐️1099) (JavaScript)
- stars - naturalcrit/homebrewery - Create authentic looking D&D homebrews using only markdown \[*MIT License*\] (⭐️1092) (JavaScript)
README
# Running Homebrewery via Docker
The repo includes a Dockerfile and a docker-compose.yml file.
To run the application via docker-compose.yml:
`docker-compose up -d`To stop the application:
`docker-compose down`To stop the application and remove all data:
`docker-compose down -v`