项目作者: hergaiety

项目描述 :
Your personal D&D 5e Spellbook.
高级语言: JavaScript
项目地址: git://github.com/hergaiety/my_spells.git
创建时间: 2016-07-10T07:15:00Z
项目社区:https://github.com/hergaiety/my_spells

开源协议:

下载


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

  1. # install dependencies
  2. $ npm install
  3. # serve with hot reload at localhost:8080
  4. $ npm run dev_web
  5. # build for production with minification
  6. $ npm run build_web # or build_app
  7. # build cordova (android, iOS potentially in future) release
  8. $ npm run build_app_cordova
  9. # sign apk with android studio or jarsigner
  10. # install on device
  11. $ adp install cordova/platforms/android/build/apk/<BUILT-FILE.apk>
  12. # lint code
  13. $ npm run lint