This is a simple generator that automates the process of generating a Dungeons & Dragons 5th Edition character based on the random tables in the Player Handbook, Volo's Guide to Monsters, Xanathar's Guide to Everything and accompanying material.
Run npm i
to install all required dependencies before running the development server.
Run npm run start
for a dev server. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm test
to execute the unit tests via Jasmine.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Tom Wolfe - Initial work - trwolfe13
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details