mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 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!