friends2/Makefile

24 lines
373 B
Makefile

commit:
git add --all
git commit -a
git push
run:
rails s
migrate:
bin/rails db:migrate RAILS_ENV=development
bundle:
bundle config set --local path 'vendor/bundle' # sets everything to be configured locally
bundle update listen
bundle install
versions:
-rails --version
-ruby --version
-node --version
-npm --version
-yarnpkg --version
-nodejs --version