The Homebrewery is a tool for making authentic looking D&D content using only Markdown. Check it out here.
If you run into any issues using The Homebrewery, please submit an issue here
Homebrewery is open source, so feel free to clone it, tinker with it, or run your own local version.
The docker version only requires a version of Docker that supports the docker compose
version 3 file format (Engine 1.13 or newer). The Docker startup provides node and mongodb, no other installation is required.
- clone it
npm install
npm run-script build
npm start
- clone it
docker-compose up
in the app directory to start local homebrewerydocker-compose down
to shut down
Locally running hombrewery can be reached at http://localhost:8000
If you just want the stylesheet that is generated to make pages look like they are from the Player's Handbook, you will find it here
If you are developing locally and would like to generate your own, follow the above steps and then run npm run phb
.
You can check out the changelog here
This project is licensed under MIT