DesignSafe prototype for apps metadata
##Development Setup
- Clone project
git clone [email protected]:DesignSafe-CI/apps-proto.git
cd <project location>
- Pull npm dependencies
npm install
- Pull bower dependencies
bower install
- Setup local environment config file
Set accessToken and baseUri in bower_components/agave/Agave/Configuration.js file
- Start local instance
grunt server