Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 546 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 546 Bytes

Rummy Scorekeeper

A web app to keep track of scores while playing games of 21-card rummy. The project is deployed at https://rummy.sesh.rs.

Running Locally

  1. Clone the repo.
  2. Install yarn if not already available.
  3. Run yarn in both the client and server directories to install dependencies.
  4. In separate shells, run yarn start in the client and server directories. Visit the development server at http://localhost:3000.