Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.01 KB

codequarters

##Description:

Code Quarters is a hangout/livestream/weekly thingy where the community from CodeBuddies.Org and friends can get together to explore new technologies in web/app development. Each quarter the community will come together, suggest a few technologies, and build an app (in 3 months time) with those technologies!

What we learn from this process, hopefully, will add to our understanding of our "core" languages which we are all trying to progressively master.

##Projects: ####Code Quarter #1: EventImp ( Rails + MongoDB + React ) #####Setup:

  1. Fork or Clone the repo: https://github.com/imdaveho/codequarters.git
  2. Enter the project directory (1-eventimp/eventimp)
  3. Install dependencies; have bundler installed (gem install bundler)
  • (EZ Method) run bundle install
  • (Local Method) run bundle install --path /path/to/gems
    • I like to have my gems in the local project directory root in a folder called gemset: bundle install --path ../gemset