Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 603 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 603 Bytes

Letter Jam

An implementation of the Letter Jam board game.

Screenshots

Giving Clues Giving Clues

Guessing Sheet Guessing Sheet

Development

Install dependencies

$ npm install

Dev Server

Start the local development server

npm start

Prod Server

Ready for production? Build the production ready code to the /dist folder

$ npm run build

then play your production ready game in the browser

$ npm run startProd