Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinclement/SimpleArmory
World of Warcraft armory site that presents your armory in a simple manor.
https://github.com/kevinclement/SimpleArmory
Last synced: 7 days ago
JSON representation
World of Warcraft armory site that presents your armory in a simple manor.
- Host: GitHub
- URL: https://github.com/kevinclement/SimpleArmory
- Owner: kevinclement
- License: mit
- Created: 2013-05-20T04:27:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:38:47.000Z (20 days ago)
- Last Synced: 2024-10-26T18:09:27.130Z (18 days ago)
- Language: Python
- Homepage: http://simplearmory.com
- Size: 9.81 MB
- Stars: 86
- Watchers: 10
- Forks: 71
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [SimpleArmory](http://simplearmory.com)
World of Warcraft armory site that presents your armory in a simple manner.======================
This is the code used to build out [simplearmory.com](http://simplearmory.com) website. Contributions welcome.
[![Example armory for Marko@Proudmoore][2]][1]
[1]: http://simplearmory.com/#/us/proudmoore/marko/
[2]: screenshot.png (Example armory for Marko@Proudmoore)## Clone App
```bash
git clone https://github.com/kevinclement/SimpleArmory.git SA
cd SA
npm install
```## Start Development
```bash
# start a development instance, default is http://localhost:3000/
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Dev Tasks
- `npm run build` Creates a production build of the site
- `npm run preview` Locally serves an already-built siteTo test for missing icons you can do a `showall=true` from the url.
- [Achievements - Quests](http://localhost:3000/?showall=true#/us/proudmoore/marko/achievements/quests)Authors:
-------* Kevin Clement [@kevinclement](https://twitter.com/kevinclement) / [github](https://github.com/kevinclement)
* [Open source community](https://github.com/kevinclement/SimpleArmory/graphs/contributors)