1
0
Fork 0
my_spells/README.md
2016-08-12 15:54:24 -05:00

18 lines
633 B
Markdown

# My Spells
...is a user friendly mobile responsive app designed to do one thing well: _View Spells_.
[Check it out on github.io](https://sharpshark28.github.io/my_spells/)!
## Systems Supported
* Dungeons & Dragons 5e
* Hackmaster 4e (WIP)
### Will you support _X_ system?
Anyone who wishes to write up spells for a system in json format matching the same syntax used by the existing systems in this repo is welcome to add their system of choice.
## For Developers
1. Clone/Fork Repo
2. `npm install`
3. `npm run develop`
You may wish to run a local http server such as [http-server](https://github.com/indexzero/http-server).