Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 487 Bytes

RummiKlub

RummiKlub

Online multiplayer clone of the Rummikub board game

Local development installation

  • npm install or yarn install

Running dev server

  • yarn start
  • yarn server

Testing before opening a pull request

  • yarn test

Deployment steps

  • git push rummiklub-game-server master:master
  • yarn build && netlify deploy --dir build