This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version Ruby version: 2.7.2p137
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
Setup
gem install simple_form gem install bootstrap -v 5.1.3 yarn install
gem 'simple_form' gem 'bootstrap', '~> 5.1.3' gem 'jquery-rails'
rails generate simple_form:install bundle
@import "bootstrap";
instructions for bootstrap: https://github.com/twbs/bootstrap-rubygem instructions for simpleform: https://www.rubydoc.info/gems/simple_form/1.3.1 https://getbootstrap.com/