nventuro / wm-selector

An army builder for Games Workshop's Warmaster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warmaster Army Selector

Unit Tests Deploy to wm-selector.github.io

A Vue army builder for Games Workshop's Warmaster: https://wm-selector.github.io/

The TL;DR Start

$ git clone git@github.com:dsusco/wm-selector.git
$ cd wm-selector/
$ npm ci
$ npm run serve

That should build and serve up the app at http://localhost:8080/.

Contributing

  1. Fork https://github.com/dsusco/wm-selector
  2. Create a branch (git checkout -b new-feature)
  3. Commit the changes (git commit -am 'Added a new feature')
  4. Push the branch (git push origin new-feature)
  5. Create a pull request

About

An army builder for Games Workshop's Warmaster.


Languages

Language:SCSS 39.7%Language:JavaScript 32.9%Language:Vue 20.5%Language:Twig 6.5%Language:HTML 0.4%