Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.47 KB

ReciPeeps

Build Status Coverage Status

A social recipe platform where Peeps can upvote recipes that matter to them.

We are blah;

Our site hosted on Heroku

Enough about you guys, how do I run ReciPeeps?

Clone this repo
git clone https://github.com/harrygalliano/ReciPeeps.git

Install gem requirements
bundle install

Set up you local database
bin/rails db:create
bin/rails db:migrate

Run rspec to see if it works
bundle exec rspec

Run a rails server
bin/rails server

Open up a new tab in your browser and connect to the url:
http://localhost:3000

I love your project! How can I contribute?

We love you too! Please follow these simple steps;

  1. Follow the setup process above
  2. Create a branch on your local
  3. Push changes to the branch
  4. Create a pull request

An awesome member of our team (probably Andy) will review your suggestions.
Thank you in advance for your contribution.