Skip to content

yourlocaldeveloper/thelocalgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thelocalgame

This is the repository holding the Stream Portion Front-end (tlg_ffx) and Back-end (tlg_bff) for the entirety of the RFID Poker Table.

Learn more about this project on my website

Notible files:

Front-end (Stream Overlay) | Next.js SPA

Live.tsx

Handles the green screen stream overlay displaying information about the game: cards, player stack, community cards, and more.

Back-end | Express App

app.js

Handles socket.io and endpoint requests. This is where we the RFID module will fire its POST requests with the UIDs of the cards.

To run dev:

To run tlg_ffx

# using npm
npm run dev

# OR using Yarn
yarn dev

To run tlg_bff

# using npm
npm run devbff

# OR using Yarn
yarn devbff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published