Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 260 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 260 Bytes

To run tests:

bundle
bundle exec rake

To run app, you'll need credentials by signing up for an account from http://rekognition.com/. Then run:

bundle
MUSTACHIO_REKOGNITION_KEY=... MUSTACHIO_REKOGNITION_SECRET=... bundle exec rackup