Files
roll20-character-sheets/ARC
dependabot[bot] 37a6c508df Bump braces and gulp in /ARC/src
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: gulp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 17:37:02 +00:00
..
2021-11-19 12:30:37 -06:00
2024-08-01 17:37:02 +00:00
2023-08-21 15:02:14 -04:00
2021-11-18 14:22:27 -06:00
2024-06-03 13:15:14 -04:00

ARC: Doom Tabletop RPG Roll20 Character Sheet

  • ARC by momatoes

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/ARC/source

# Install all of the npm packages
$ npm install

# Run the build process
$ npm run gulp:watch

This will create 2 files ARC.html and ARC.css. The watch command allows for any saved changes to automatically build the html and css from the pug and stylus files.