/snap-oregon

Primary LanguageJavaScript

#snapOR

URL: snapOR on Heroku

Wireframes: Moqups

##APIs

Outline of mvp Mind Map

##Areas of responsibility

  • Angela: Oregon State Parks API, Express server, Foundation/Sass, Backbone for user view, Orchestrate, UI testing
  • Nate: Google Maps API, UI testing, Backbone for parks, Heroku, Foundation mobile styles, Gulp
  • Curt: Flickr API, Heroku, Backbone for parks, UI testing

##To contribute ######Local workflow

  • Pull from master
  • Create your own branch
  • Merge master with your branch
  • Work from your branch
  • Commit to your branch
  • Push from your branch

######Remote workflow

  • Create a remote branch that has the same name as your local branch
  • After a push, submit a pull request

##Gulp if 'gulp command not found', run npm install gulp -g

To make style changes 1. run 'gulp watch' in terminal 2. in another terminal window, run 'npm start' 3. make changes in main.scss and save, then refresh the browser To make changes in lat-lang.js 1.run 'gulp watch' and 'npm start' like before 2. make changes in lat-long.js, wait for gulp to concat and minify, then refresh browser to see changes