Explore the data you stored on the Pryv service.
npm install
bower install
For building it is recommended to install yeoman version 1.0.
npm install yo -g
If you want your release to be versioned, update the version number of the explorer in the bower.json file first. then follow these steps:
grunt
git checkout staging
cp -rfL dist/* dist/.??* .
git add <new files>
git commit -a -m "v0.x.x"
git push origin staging
git tag v0.x.x
git push --tags