mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Alternative Degenesis character sheet
Tries to emulate the official character sheet without sacrificing usability.
Feedback
Please report any bugs or suggestions on the projects issue tracker. If you don't have a GitHub account you may also send me a message on Roll20.
Development
Setup
- Install Node.js and NPM.
- Use NPM to install further dependencies. (Run
npm installin thesrcdirectory.)
Building
Gulp is used as build system / task runner.
Its executable should be located at src/node_modules/.bin/gulp.
By default Gulp builds in preview mode. This means that the resulting sheet.html
can be displayed in your web browser.
Important Gulp tasks:
- default task: Build a preview of the sheet and put it in the preview directory
auto: Watch the source files and rebuild when any of them change (also in preview mode)release: Build files that are ready for Roll20 and put them in the main directory (here)
Example:
cd src
npm install
node_modules/.bin/gulp release
Contributors
If you feel you've contributed to the development of this character sheet, don't forget to add your name here!