friends2/Makefile

24 lines
373 B
Makefile
Raw Normal View History

2023-12-21 00:52:51 -06:00
commit:
git add --all
git commit -a
git push
2023-12-21 17:51:50 -06:00
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