mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Welcome to Wilderfeast
An unofficial Roll20 sheet for Wilderfeast Tabletop RPG!
Install
# Install all of the npm packages
$ npm install
Usage
Warning
This sheet uses
pugand SCSS to build the HTML and CSS files respectively. Please do not directly edit the HTML or CSS directly: it will be wiped away when thenpmscripts are ran.
# Run the development environment
$ npm run dev
# Run final build and linting
$ npm run build