Files
roll20-character-sheets/ARC
dependabot[bot] 698d6e05bb Bump minimatch from 3.0.4 to 3.1.2 in /ARC/src
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 17:26:29 +00:00
..
2021-11-19 12:30:37 -06:00
2021-11-18 14:22:27 -06:00
2021-11-19 12:30:37 -06:00
2021-11-18 10:57:07 -06:00
2021-11-18 10:57:07 -06:00
2021-11-18 10:57:07 -06:00
2021-11-18 10:57:07 -06: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.