Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 552 Bytes

Code Names

A web implementation of the great board game!

📥 Install

By hand

git clone https://github.com/henricazottes/code-names.git
cd code-names/
yarn

yarn serve # Run for debug with js frontend hot reload
# or
yarn start # Run for production

Heroku

Deploy

Simple 👌.