1
0
Fork 0
ARCHIVE: Used to be on the Google Play store, prior to D&D Beyond
Find a file
2017-06-24 14:08:35 -05:00
build [FIX]: Spells now identified by IDs, fixes #17 2017-06-24 14:08:35 -05:00
config First Commit with Quasar 2017-05-07 11:49:12 -04:00
src [FIX]: Spells now identified by IDs, fixes #17 2017-06-24 14:08:35 -05:00
templates First Commit with Quasar 2017-05-07 11:49:12 -04:00
.babelrc First Commit with Quasar 2017-05-07 11:49:12 -04:00
.DS_Store Limited hackmaster support, system switching 2016-08-12 14:40:40 -05:00
.editorconfig First Commit with Quasar 2017-05-07 11:49:12 -04:00
.eslintignore [FIX]: Spells now identified by IDs, fixes #17 2017-06-24 14:08:35 -05:00
.eslintrc.js First Commit with Quasar 2017-05-07 11:49:12 -04:00
.gitignore [FIX]: Spells now identified by IDs, fixes #17 2017-06-24 14:08:35 -05:00
.stylintrc First Commit with Quasar 2017-05-07 11:49:12 -04:00
docker-compose.yml First Commit with Quasar 2017-05-07 11:49:12 -04:00
dockerfile First Commit with Quasar 2017-05-07 11:49:12 -04:00
ogl.html Repo wipe moving to V2 2017-05-25 17:53:42 -05:00
package.json [FIX]: Spells now identified by IDs, fixes #17 2017-06-24 14:08:35 -05:00
README.md Repo wipe moving to V2 2017-05-25 17:53:42 -05:00

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