See http://micexx.github.io/poker-ui
NOTE: Calculations used are only estimates and are a work in progress
Add the following to package.json
"homepage": "http://micexx.github.io/poker-calgculator"
Add these scripts under scripts in package.json
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
Deploy
npm run deploy
This project was bootstrapped with Create React App.