A set of tools to help a Dungeon Master for 5th Edition D&D.
- Creature creator
- Add, Edit, your own custom creatures
- Initiative Tracker
- Track your combat encounter and whose turn it is
- Automatically roll your creatures in an encounter
- Add your players
- See what your creatures can do
- Track your creatures who are dead and their HP
Click the "tags" on the right side under the release section. Click the most recent release and download the .msi
file.
You can report issues via the issues tracker.
You may contribute by adding features, bugfixes, or documentation. Contributing guide will be eventually made
To run your development server
# Install Dependencies
npm install
# Build NextJS // This only needs to be ran once
npm run next:build
# Run development server
npm run dev