The goal of this project is to provide a set of free and open source poker tools, which can be easily accessed on the web without needing to install any software on your device.
To use the tools simply go to https://openpokertools.com/.
Follow these steps to build the website on your machine.
- Install node
npm install
npm run build
- Go to the newly created folder
dist
- Open the
dist/index.html
file in your browser
If you experience a bug or wish to see a feature added please open an issue. However if you feel up to the challenge, contributions in the form of pull requests are welcome and much appreciated.