echo-web is a minimal UI for echo API.
- State: retired
- Production: https://echo-web-production.herokuapp.com/ | Heroku
- Staging: https://echo-web-staging.herokuapp.com/ | Heroku
- Github: https://github.com/artsy/echo-web/
- CI: Semaphore; merged PRs to artsy/echo-web#master are automatically deployed to staging; production is manually deployed from Semaphore
- Point People: @dylanfareed; @orta
- Fork artsy/echo-web
- Clone your fork locally; for example:
git clone git@github.com:dylanfareed/echo-web.git
- Bundle
cd echo-web
bundle
- Verify that Rubocop and specs pass.
RACK_ENV=test bundle exec rake