https://github.com/lezdcs/stake-twitch-overlay
🎰 Display your Stake wager progression and the current slot you are playing for your stream audience
https://github.com/lezdcs/stake-twitch-overlay
casino live stake wager
Last synced: 8 months ago
JSON representation
🎰 Display your Stake wager progression and the current slot you are playing for your stream audience
- Host: GitHub
- URL: https://github.com/lezdcs/stake-twitch-overlay
- Owner: LezdCS
- Created: 2022-08-01T11:11:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T00:58:37.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T18:25:18.138Z (8 months ago)
- Topics: casino, live, stake, wager
- Language: TypeScript
- Homepage:
- Size: 374 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stake Twitch Overlay
Display to your stream your wager progression and the current slot you are playing on!
## To use it locally:
First install all the dependencies with:
`npm install`
Then start it with:
`npm start`
## To build and deploy
Build your project with:
`npm run build`
You will need to install the serve package:
`npm install -g serve`
Finally, start the server:
`serve -s build -l 4000` where 4000 is the port, you can change it
Made by Lezd & [Aimebap](https://www.twitch.tv/aimebap)