Skip to content

shravan91/to-fix

 
 

Repository files navigation

##to-fix - map tasking

Installation

  • create your instance
  • log in: ssh -i ~/.ssh/<your key.pem> ubuntu@<instance public DNS>
  • cd /mnt
  • sudo apt-get install git make
  • git clone https://github.com/osmlab/to-fix.git && cd to-fix/
  • sudo make install
  • sudo make load
  • npm run serve

Frontend

The frontend is a static application. The JavaScript portion is built with browserify and can be updated as follows:

$ npm install
$ npm start

This will rebuild JS, CSS, and serve on port 3000.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • CSS 1.8%
  • Other 0.7%