Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.35 KB

echo-web

echo-web is a minimal UI for echo API.

Build Status

Meta

Set-Up for Development

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