poker is a NodeCG bundle.
It works with NodeCG versions which satisfy this semver range: ^1.1.1
You will need to have an appropriate version of NodeCG installed to use it.
Commit history is nuked in the repo since this is just a public upload of the private repo on my peronal github account
(https://www.nodecg.dev/docs/installing)
- Install NodeCG in directory of choice
npm install --global nodecg-cli
mkdir nodecg
cd nodecg
nodecg setup
- Install bundle
cd bundles
git clone https://github.com/2547techno/poker-overlay-bundle.git
mv poker-overlay-bundle/ poker/
- Rename install bundle dependencies
cd poker
npm install
- Compile Sass files
npm run buildSass
- Setup config (create cfg directory if needed)
cd ../../cfg
- Create poker.json file
{
"players": {
"player1": "2547techno",
"player2": "erobb221",
"player3": "mizkif",
"player4": "forsen"
}
}
- Start nodecg
cd ..
node index.js