A poker tournament setup and management application. Meant to help make home tournaments go more smoothly, minimizing setup time so that you can get to the fun part.
This project requires npm and node. In order to check if you have node installed run
node -vand
npm -vIn order to create a build version of this application, you will need a separate electron packaging and distribution tool such as Electron Forge. Below are the steps to run the application in development mode.
- Clone the repo.
git clone https://github.com/jnarcher/poke.git
- Install dependencies
cd poke && npm i
- Run the application in development mode
npm run dev

