mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
18 lines
550 B
Markdown
18 lines
550 B
Markdown
# Roll20 Character Sheet Template
|
|
|
|
## Necessary files
|
|
|
|
For Roll20 the files you need are styles.css, sheet.html, preview.png, and sheet.json. All the others are optional.
|
|
|
|
## Source Files
|
|
|
|
Source files can be found at [Quasireal Publishing Github](https://github.com/quasireal-publishing/roll20-mythcraft)
|
|
|
|
### NPM
|
|
|
|
This is a template uses [NPM](https://www.npmjs.com/get-npm) to develop character sheets.
|
|
|
|
Dependencies are outlined in the package.json. Just use `npm install` to download them.
|
|
|
|
Start the compiles for SCSS & PUG with `npm run dev`.
|