Skip to content

kiloplatoon/rummikub_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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