Files
roll20-character-sheets/ARC
dependabot[bot] 752505259f Bump lodash from 4.17.23 to 4.18.1 in /ARC/src
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 18:12:08 +00: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.