A Svelte army builder for CoolMiniOrNot's Wrath of Kings: https://wok-army-builder.github.io/
$ git clone [email protected]:dsusco/wok-army-builder.git
$ cd wok-army-builder/
$ npm ci
$ npm run dev
- Fork
https://github.com/dsusco/wok-army-builder - 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