Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 947 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 947 Bytes

Requires Ruby 2.3+.

Running tests

bundle
bundle exec rake

Running the app

  1. Follow the instructions about setting up your Google Cloud Vision API credentials here.

  2. Run:

    bundle
    bundle exec unicorn -c ./config/unicorn.rb -p 3000
    open http://localhost:3000

Production

There is a DISABLE_API environment variable that can be used to take the API down.

Analytics

This information will only be relevant if you have access to the various services.