139 lines
4.7 KiB
HTML
139 lines
4.7 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Wroten - my_spells</title>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
|
||
</head>
|
||
|
||
<body class="bg-gray-100">
|
||
<header>
|
||
<nav>
|
||
<ul><li>
|
||
<a href="/work-history/antharia/">
|
||
Web Design & Dev Intern at Antharia
|
||
</a>
|
||
</li><li>
|
||
<a href="/work-history/cyto-communications/">
|
||
Interactive Technologies Lead & Web Admin at Cyto Communications
|
||
</a>
|
||
</li><li>
|
||
<a href="/work-history/eyemaginations/">
|
||
Senior Web Engineer at Eyemaginations
|
||
</a>
|
||
</li><li>
|
||
<a href="/volunteering/theseed/">
|
||
Austin Give Camp - The SEED
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/json-query-chain/">
|
||
json-query-chain
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/blabber-comic/">
|
||
blabber-comic
|
||
</a>
|
||
</li><li>
|
||
<a href="/volunteering/code2college/">
|
||
Code 2 College
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/svgdir2sprite/">
|
||
svgdir2sprite
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/my_spells/" aria-current="page">
|
||
my_spells
|
||
</a>
|
||
</li><li>
|
||
<a href="/volunteering/gabriellas-smile-foundation/">
|
||
Gabriella’s Smile Foundation
|
||
</a>
|
||
</li><li>
|
||
<a href="/work-history/q2/">
|
||
Developer III at Q2ebanking
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/team-cli/">
|
||
team-cli
|
||
</a>
|
||
</li><li>
|
||
<a href="/work-history/allovue/">
|
||
Software Engineer at Allovue
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/sortable-recipes/">
|
||
sortable-recipes
|
||
</a>
|
||
</li><li>
|
||
<a href="/work-history/skillsengine/">
|
||
Lead Full-Stack Software Engineer at SkillsEngine
|
||
</a>
|
||
</li><li>
|
||
<a href="/repos/ember-select-light/">
|
||
ember-select-light
|
||
</a>
|
||
</li></ul>
|
||
</nav>
|
||
</header>
|
||
|
||
|
||
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||
<div class="max-w-3x1 mx-auto mb-5">
|
||
<div class="-ml-2 mt-8 flex flex-wrap items-baseline">
|
||
<h1 class="ml-8 mt-2 text-lg font-medium text-gray-900">
|
||
my_spells
|
||
</h1>
|
||
<p class="ml-2 mt-1 text-sm text-gray-500 truncate">in </p>
|
||
</div>
|
||
</div>
|
||
<div class="bg-white overflow-hidden shadow sm:rounded-lg">
|
||
<div class="px-4 py-5 sm:p-6">
|
||
<blockquote>
|
||
<p>Your personal D&D 5e Spellbook.</p>
|
||
</blockquote>
|
||
<!--more-->
|
||
<p><a href="https://gitlab.com/gaiety/my_spells">Fork on Gitlab</a></p>
|
||
<p><em>Note</em>: Since the release of Wizards of the Coast's latest online tools, I've discontinued this mobile app. But, I learned a lot along the way in making this :)</p>
|
||
<h1>My Spells</h1>
|
||
<p>My Spells is an open source web-based application to elegantly view spells and save them to your local spellbook.</p>
|
||
<p><a href="https://play.google.com/store/apps/details?id=io.cordova.myspells"><img src="https://play.google.com/intl/en_us/badges/images/badge_new.png" alt="PlayStore"></a></p>
|
||
<h2>License</h2>
|
||
<p>Open Game License v1.0a Copyright 2000, Wizards of the Coast, Inc.</p>
|
||
<p>App contains content from the SRD and is restricted and covered by the OGL. You can find the OGL 1.0a at <a href="./ogl.html">ogl.html</a> in this app's repo, or <a href="http://www.opengamingfoundation.org/ogl.html">online here</a>. When using said data, please make sure to conform appropriately with the proper licenses and whatnot.</p>
|
||
<h2>Credit</h2>
|
||
<ul>
|
||
<li>ephe's <a href="https://github.com/ephe/grimoire/">grimoire</a> spell list converted json by vorpalhex and cleaned up to meet OGL license standards <a href="https://github.com/vorpalhex/srd_spells">labeled under srd_spells</a></li>
|
||
<li>Built on <a href="https://vuejs.org/">Vue.js</a> and the <a href="http://quasar-framework.org/">Quasar Framework</a></li>
|
||
<li>Logo magic wand icon by David from the Noun Project</li>
|
||
</ul>
|
||
<h2>Build Setup</h2>
|
||
<pre><code class="language-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
|
||
</code></pre>
|
||
|
||
</div>
|
||
</div>
|
||
</main>
|
||
|
||
</body>
|
||
</html>
|
||
|
||
|
||
|