mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
* trophy gold commit' * save trophy gold * update preview * remove unused files and updat readme
15 lines
371 B
Markdown
15 lines
371 B
Markdown
Roll20 Character Sheet Template
|
|
=======================
|
|
|
|
## Necessary files
|
|
|
|
Written in PUG & SCSS. Use NPM to install compilers.
|
|
|
|
## 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 start`.
|