##to-fix - map tasking
- create your instance
- log in:
ssh -i ~/.ssh/<your key.pem> ubuntu@<instance public DNS> cd /mntsudo apt-get install git makegit clone https://github.com/osmlab/to-fix.git && cd to-fix/sudo make installsudo make loadnpm run serve
The frontend is a static application. The JavaScript portion is built with
browserify and can be updated as follows:
$ npm install
$ npm startThis will rebuild JS, CSS, and serve on port 3000.
