Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 579 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 579 Bytes

hnplays2048

A "Twitch Plays Pokemon" version of 2048.

Setup

Local:

git clone [email protected]:grant/hnplays2048.git
npm install
node app

Publishing:

git clone [email protected]:grant/hnplays2048.git
npm install
heroku create
git push heroku master
heroku open

Developing:

node app
shell shell/sass.sh