mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +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>
CROSSED / FATES Roll20 Character Sheet
Prerequisites
References
Setup
- clone this repository
- clone roll20-character-sheets
- copy all files into the roll20-character-sheets directory (aside from the
.git/files), under a folder of the sheet name - Run the following commands from either the terminal or command line:
# Go to the source for your sheet
$ cd /<path_to>/roll20-character-sheets/Crossed-Fates/source
# Install all of the npm packages
$ npm install
# Run the build process
$ npm run gulp:watch
This will create 2 files CrossedFates.html and CrossedFates.css. The watch command allows for any saved changes to automatically build the html and css from the pug and stylus files.