SimpleArmory
SimpleArmory copied to clipboard
World of Warcraft armory site that presents your armory in a simple manor.
SimpleArmory 
World of Warcraft armory site that presents your armory in a simple manner.
======================
This is the code used to build out simplearmory.com website. Contributions welcome.
Clone App
git clone https://github.com/kevinclement/SimpleArmory.git SA
cd SA
npm install
Start Development
# 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 buildCreates a production build of the sitenpm run previewLocally serves an already-built site
To test for missing icons you can do a showall=true from the url.
Authors:
- Kevin Clement @kevinclement / github
- Open source community
