Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 185 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 185 Bytes

#DEMO

http://urltags.herokuapp.com/

#Setup

npm install
bundle install
rails db:create
rails db:migrate
rails db:seed

#Start dev server

foreman start -f Procfile.dev