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.
git clone https://github.com/kevinclement/SimpleArmory.git SA
cd SA
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run build
Creates a production build of the sitenpm run start
Serves an already-built sitenpm run adapt
Prepares the production build for deployment to netlify
To test for missing icons you can do a showall=true
from the url.
- Kevin Clement @kevinclement / github