1
1
Fork 0
portfolio/repos/my_spells.md
2024-03-29 22:14:17 -05:00

50 lines
1.9 KiB
Markdown

---
tags: repos
templateEngineOverride: md
title: my_spells
description: Your personal D&D 5e Spellbook.
date: 2019-01-27
---
[Fork on Gitlab](https://gitlab.com/gaiety/my_spells)
**_Discontinued_: Since the release of Wizards of the Coast released [dndbeyond.com](https://www.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.
![Mockup on iPhone with a screenshot of the now defunct My Spells 5e Personal Spellbook application indicating a list of bookmarked spells for a saved character.](/img/content/my-spells.png)
## 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](./ogl.html) in this app's repo, or [online here](http://www.opengamingfoundation.org/ogl.html). When using said data, please make sure to conform appropriately with the proper licenses and whatnot.
## Credit
* ephe's [grimoire](https://github.com/ephe/grimoire/) spell list converted json by vorpalhex and cleaned up to meet OGL license standards [labeled under srd_spells](https://github.com/vorpalhex/srd_spells)
* Built on [Vue.js](https://vuejs.org/) and the [Quasar Framework](http://quasar-framework.org/)
* Logo magic wand icon by David from the Noun Project
## Build Setup
``` bash
# 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
```