Files
roll20-character-sheets/Crossed-Fates
dependabot[bot] e33f7998cf Bump brace-expansion in /Crossed-Fates/source
Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 18:30:20 +00:00
..
2024-06-03 13:15:14 -04: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.