Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 311 Bytes

README.org

File metadata and controls

10 lines (8 loc) · 311 Bytes

RACE Poker Transactor

Transactor is the server used to serve the game logic. It acts as reconciler and relay, knows nothing about the hidden game information.

How to build

npm i # for the first time
npm run release

The bundle is a single JS file at ./dist/index.js.