mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn 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!