Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 610 Bytes

ember-waterlock-example

Install top level deps:

  • npm install -g sails@v0.12.0-rc3
  • npm install -g ember-cli
  • npm install -g phantomjs

Pull down the code and initialize submodules

  • git pull && git submodule init && git submodule update && git submodule status

Install and test deps

  • cd waterlock
  • npm install && npm test
  • cd ../waterlock-local-auth
  • npm install && npm test
  • cd ../waterlock-google-auth
  • npm install && npm test
    • cd ../waterlock-facebook-auth
  • npm install && npm test

#Run the apps: