obdev-friends/Makefile

9 lines
184 B
Makefile
Raw Permalink Normal View History

2023-12-14 16:15:09 -06:00
index:
# rails g controller home index
# URL is then: http://localhost:3000/home/index
2023-12-14 21:35:14 -06:00
# run this once.
rails-setup:
bundle config set --local path 'vendor/bundle'
bundle install