Skip to content

0dr/RaSpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll20 Character Sheet Boilerplate

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
  • Replace all SHEET_NAMEs with the System/Sheet Name. Example: dungeons-and-dragons-3.5-edition.
  • Run the following commands from either the terminal or command line:
# Go to the source for your sheet
$ cd  /<path_to>/roll20-character-sheets/<sheet-name>/source

# Install all of the npm packages
$ npm install

# Run the build process
$ npm run gulp:watch

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