Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 319 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 319 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 unicorn -c ./config/unicorn.rb -p 3000
open http://localhost:3000