Files
roll20-character-sheets/ARC/README.md
T
morgdalaine c3bca66164 A new sheet arrives
This is terrifying.
2021-11-18 10:57:07 -06:00

30 lines
1.0 KiB
Markdown

# ARC: Doom Tabletop RPG Roll20 Character Sheet
- [ARC](https://arc-rpg.com) by momatoes
## Prerequisites
- [Nodejs](https://nodejs.org/en/) installed
- [git](https://git-scm.com/) installed
## References
- [gulp](https://gulpjs.com/)
- [pugjs](https://pugjs.org/api/getting-started.html)
- [sass](https://sass-lang.com/)
- [Building Character Sheets](https://wiki.roll20.net/Building_Character_Sheets)
## 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:
```bash
# 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.