1
0
Fork 0
my_spells/README.md
2017-05-25 17:13:53 -05:00

1.1 KiB

My Spells

My Spells is an open source web-based application to elegantly view spells and save them to your local spellbook.

License

Open Game License v1.0a Copyright 2000, Wizards of the Coast, Inc.

App contains content from the SRD and is restricted and covered by the OGL. You can find the OGL 1.0a at ogl.html in this app's repo, or online here. When using said data, please make sure to conform appropriately with the proper licenses and whatnot.

Credit

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

# build for production with minification
$ npm run build

# lint code
$ npm run lint