obdev-friends/Makefile

9 lines
184 B
Makefile

index:
# rails g controller home index
# URL is then: http://localhost:3000/home/index
# run this once.
rails-setup:
bundle config set --local path 'vendor/bundle'
bundle install