Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 183 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 183 Bytes

Running the website on localhost

git clone https://github.com/zul-ashraf/rails_shortener
bundle install --path vendor/bundle
bundle exec rake db:migrate
bundle exec rspec