##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:
- Fork or Clone the repo: https://github.com/imdaveho/codequarters.git
- Enter the project directory (1-eventimp/eventimp)
- 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
- I like to have my gems in the local project directory root in a folder called gemset: