Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 883 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 883 Bytes

prox-explorer

A web-based exploration of event APIs for Project Prox.

Setup

Requirements:

Install deps:

npm install

Download .env-prox-explorer, which contains the API keys. Rename it:

mv .env-prox-explorer .env

Let us know if you don't have access. Note that the production server uses a separate key from ^.

Running

Run locally:

heroku local

By default, the server's local address should be: http://localhost:5000

Deployment

Pushing to mozilla-mobile/prox-explorer:master should autodeploy to Heroku. If you need manual access, access the web interface or push to the heroku remote.