zombieFox / awesomeSheet

Online Pathfinder Character Sheet
https://zombiefox.github.io/awesomeSheet/
MIT License
150 stars 28 forks source link
character css fireball games html js no-database pathfinder pathfinder-character-sheet rpg sheet

awesomeSheet - Pathfinder Character Sheet

A dynamic character sheet which auto calculates many scores and bonuses.

See it in action

awesomeSheet Demo alt Screenshot 1 alt Screenshot 2 alt Screenshot 3 alt Screenshot 4

Pathfinder Character Support

Webapp Features

JS/UI modular features

Development

Dependencies: NodeJS, Grunt, Yarn

To run local dev environment:

  1. Clone repo and navigate to root
  2. Run npm install
  3. Run yarn install
  4. Run grunt dev

A local server will launch on: http://0.0.0.0:9000/

To build the project for production:

  1. Run grunt build