Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

World of Warcraft armory site that presents your armory in a simple manor.

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 site

To 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)