1
1
Fork 0
portfolio/repos/my_spells.md
2021-02-25 23:22:34 -06:00

1.9 KiB

tags templateEngineOverride title description date
repos md my_spells Your personal D&D 5e Spellbook. 2019-01-27

Fork on Gitlab

Discontinued: Since the release of Wizards of the Coast released dndbeyond.com, I've discontinued this mobile app. But, I learned a lot along the way in making this :)

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

PlayStore

Mockup on iPhone

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