Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 430 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 430 Bytes

apps-proto

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