Files
roll20-character-sheets/Crossed-Fates
dependabot[bot] ee9453ee23 Bump node-sass from 6.0.0 to 7.0.0 in /Crossed-Fates/source
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 18:32:52 +00:00
..
2021-06-06 21:40:38 -05:00
2021-06-06 21:55:53 -05:00
2021-06-06 21:40:38 -05:00
2021-06-06 21:40:38 -05:00

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.