Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 596 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 596 Bytes

Welcome to Roadli. Worse is better.

To run:

  1. Install meteor (http://meteor.com)
  2. cd roadli
  3. meteor

No need for meteorite, just vanilla meteor. Go to 'localhost:5000' in browser to see it.

deploy: pull the repo on the DO server, build the production bundle, and unzip it in the right directory. then systemctl restart meteor-app.

NOTE: The google maps API key is setup to only allow requests with referer road.li. To get things to work locally, add this line to your /etc/hosts file:
127.0.0.1 road.li
And then use road.li:3000. Or put in your own google api token.