Skip to content

includedavis/farmdavis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FARM Davis

Heroku Link

Contributing

The code base is version controlled with git. There are tons of tutorials online but github has a decent one here.

If you are looking for a visual git client check out:

Best Practices

  1. Never work on master!
  2. Work on a feature branch. Name the branch something like "user-authentication" or "donation-page".
  3. Pull before you work.
  4. Commit in present tense. "Add feature" instead of "Added a feature"
  5. Only submit pull requests if the code is tested. (Preferably with RSpec)

Running Tests

  1. $ rspec
  2. For more info: http://rspec.info/

Running the server

  1. $ heroku local
  2. Navigate to localhost:5000 in your browser
  3. Make sure you have postgres installed on your computer
  4. You need the Heroku CLI to run heroku commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published