Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 710 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 710 Bytes

go-read me

A feed reader built with Node.js, Angular.js and mongoDB

How to setup a developer environment

  1. Install Node.js
  2. Install mongoDB
  3. Install bower and grunt with the command: npm install -g bower grunt-cli
  4. Fork/clone this repo
  5. From the directory run: npm install && bower install
  6. To use Google oAuth create a new project using the Google APIs Console
  7. Create a copy of the file server/config/google-settings.js.rename called server/config/google-settings-local.js and edit this file with your key and secret from Google APIs
  8. Run grunt server