mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.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!