This project provides a web-app that provide some basic utilities to help with the game Keep Talking and Nobody Explodes. The web app is available at https://bradtaniguchi.github.io/bomb-defuse-utils/
This project uses Angular and the Angular-cli
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Deployments are managed by gh-pages.
- Run
npm run build:prod
- Run
npm run publish
Run npm test
to execute the unit tests via jest
If you find any issues, comments or just ideas with any of the utilities or with the app itself, report them here. PR's are always welcome!