obdev/Makefile

40 lines
530 B
Makefile
Raw Normal View History

2024-01-11 20:00:43 -06:00
push:
git add --all
git commit -a
git push
pull:
git pull
2024-01-16 14:08:06 -06:00
version:
2024-02-07 19:07:06 -06:00
@rails --version
@whereis rails
@echo "npm" `npm --version`
@whereis npm
@echo "yarn" `yarn -version`
@whereis yarn
@ruby --version
@whereis ruby
reset:
git reset --hard
2024-01-16 14:08:06 -06:00
# gem 'devise'
# bundle install
# rails generate devise:install
# rails generate devise User
# rails db:migrate
# rails generate devise:views
# gem 'webpacker'
# bundle install
# rails webpacker:install
# gem 'kaminari'
# bundle install
# rails g kaminari:views default