1
0
Fork 0
ARCHIVE: Used to be on the Google Play store, prior to D&D Beyond
Find a file
2019-08-07 03:38:10 +00:00
build Sorting by level works as expected 2017-08-17 22:37:18 -05:00
config First Commit with Quasar 2017-05-07 11:49:12 -04:00
cordova [ENHANCEMENT]: Android native 2017-08-12 19:35:34 -05:00
src Merge branch 'master' into 26 2017-08-17 22:37:45 -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
.editorconfig First Commit with Quasar 2017-05-07 11:49:12 -04:00
.eslintignore [ENHANCEMENT]: Android native 2017-08-12 19:35:34 -05:00
.eslintrc.js First Commit with Quasar 2017-05-07 11:49:12 -04:00
.gitignore [ENHANCEMENT]: Android native 2017-08-12 19:35:34 -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
LICENSE Add LICENSE 2019-08-07 03:38:10 +00:00
ogl.html About, Readme, OGL 2017-05-25 17:13:53 -05:00
package.json v2.0.5 2017-08-18 00:10:14 -05:00
README.md Play store badge 2019-01-26 18:09:31 -06:00

My Spells

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

PlayStore

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_web

# build for production with minification
$ npm run build_web # or build_app

# build cordova (android, iOS potentially in future) release
$ npm run build_app_cordova
# sign apk with android studio or jarsigner
# install on device
$ adp install cordova/platforms/android/build/apk/<BUILT-FILE.apk>

# lint code
$ npm run lint