Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1016 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 1016 Bytes

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 [email protected]: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