Skip to content

dbrunst/survey

Repository files navigation

README

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

install the following:

gem install simple_form gem install bootstrap -v 5.1.3 yarn install

add to your gem file and bundle:

gem 'simple_form' gem 'bootstrap', '~> 5.1.3' gem 'jquery-rails'

on command line run:

rails generate simple_form:install bundle

rename application.css to application.scss and add:

@import "bootstrap";

references:

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published