Skip to content

2547techno/poker-overlay-bundle

Repository files navigation

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.

Note

Commit history is nuked in the repo since this is just a public upload of the private repo on my peronal github account

Installation

(https://www.nodecg.dev/docs/installing)

  1. Install NodeCG in directory of choice
npm install --global nodecg-cli
mkdir nodecg
cd nodecg
nodecg setup
  1. Install bundle
cd bundles
git clone https://github.com/2547techno/poker-overlay-bundle.git
mv poker-overlay-bundle/ poker/
  1. Rename install bundle dependencies
cd poker
npm install
  1. Compile Sass files
npm run buildSass
  1. Setup config (create cfg directory if needed)
cd ../../cfg
  • Create poker.json file
{
    "players": {
        "player1": "2547techno",
        "player2": "erobb221",
        "player3": "mizkif",
        "player4": "forsen"
    }
}
  1. Start nodecg
cd ..
node index.js

About

NodeCG bundle for poker overlay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published