18 lines
633 B
Markdown
18 lines
633 B
Markdown
# My Spells
|
|
...is a user friendly mobile responsive app designed to do one thing well: _View 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.
|
|
|
|
[Check it out on github.io](https://sharpshark28.github.io/my_spells/)!
|
|
|
|
## 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).
|