プロジェクトディレクトリ作成 移動 バージョン確認
$ rails new . -d postgresql --css tailwind または bootstrap $ bundle install --without test development $ createdb tepnote2_production $ rails db:migrate RAILS_ENV=production $ rails server