makefile notes

This commit is contained in:
Jeff Carr 2023-12-21 17:51:50 -06:00
parent 2140c15eca
commit de77167cf5
1 changed files with 19 additions and 0 deletions

View File

@ -2,3 +2,22 @@ commit:
git add --all git add --all
git commit -a git commit -a
git push 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