https://github.com/kevinclement/SimpleArmory
World of Warcraft armory site that presents your armory in a simple manor.
https://github.com/kevinclement/SimpleArmory
world-of-warcraft wow
Last synced: 6 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T04:07:24.000Z (6 months ago)
- Last Synced: 2025-04-01T05:22:12.972Z (6 months ago)
- Topics: world-of-warcraft, wow
- Language: Python
- Homepage: http://simplearmory.com
- Size: 9.96 MB
- Stars: 90
- Watchers: 9
- Forks: 69
- Open Issues: 49
-
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)