This is the source code for the Roll20 Charactersheet for the tabletop RPG HeXXen 1733.
The source code is based on pugjs templates and can be found in src/templates. This sheet uses worker scripts written in javascript and can be found in src/js.
To start developing on this sheet clone this repository and change to the working directory. Afterwards run yarn install.
You can run yarn watch to automatically build the project whenever you save a change.
yarn build will create the distribution, that is then merged with the Roll20 Github repository.
This project uses Travis CI for continuous integration and automatically creates a pull request to Roll20 for merges to master.