Skip to content

Social Network based on Donations & Philanthropy

License

Notifications You must be signed in to change notification settings

GreatHearts/giving_profiles

 
 

Repository files navigation

README

Build Status

Setup

In the folder where you cloned the project:

  1. bundle
  2. rails db:create
  3. rails db:migrate
  4. rails db:seed
  5. rails server or simply rails s

Checks

Run the following rake tasks before committing. By default the linter will run RuboCop w/ autocorrect.

  • To run all tasks: rails check
  • To run just RuboCop: rails lint:rubocop:autocorrect
  • To run RuboCop w/o autocorrect: rails lint:rubocop:no_fix
  • To run just ERBLint w/o autocorrect: rails lint:erblint:no_fix

About

Social Network based on Donations & Philanthropy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.2%
  • HTML 26.9%
  • SCSS 14.5%
  • JavaScript 3.0%
  • CSS 0.4%