Commit e1495fea authored by Sindre Sorhus's avatar Sindre Sorhus

Add team info on how to update the live socketstream demo

parent 4c34a17f
......@@ -35,3 +35,11 @@ Running this app requires [Node.js](http://nodejs.org).
npm start
Open http://localhost:3000 in two side-by-side browser windows, add a todo, and see the magic.
## Internal
How to publish to our Heroku remote:
- `git remote add heroku-todomvc-socketstream master` *(first time only)*
- `git subtree push --prefix labs/architecture-examples/socketstream heroku-todomvc-socketstream master`
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment