A Vue army builder for Games Workshop's Warmaster: https://wm-selector.github.io/
$ 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/.
- Fork
https://github.com/dsusco/wm-selector
- Create a branch (
git checkout -b new-feature
) - Commit the changes (
git commit -am 'Added a new feature'
) - Push the branch (
git push origin new-feature
) - Create a pull request