Play at http://onlinego.net
To contribute:
- Install meteor with
curl https://install.meteor.com/ | sh
. You can run it locally withmeteor
in this directory - Create a new issue (including how to reproduce) for new stuff
- If you're working on code, submit a PR with issue # attached
To deploy live:
- Set up your SSH key in ~/.ssh
- Send Eric your public key and get
mup.json
from him to add to your working directory npm install -g mup
on your computer- Go to our directory and make your changes.
mup deploy
pushes it to production. Only use this on up-to-datemaster
branch please.
Cheers!