Reworked for a frontend interface, frontend/json configuration, and reproducible/auditable results
This repo uses webpack. The main entry file is index.html, and source js files are in /src.
The vue template is generated with vue-cli. For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Run yarn install -D
To get webpack to automatically detect changes and rebuild the scripts, run yarn dev.
Run yarn build (This will automatically be in production mode due to webpack.config.js)
Push to your repository
Make a PR against https://github.com/yyc/sorting-hat
npm run unit
npm test