/explorer

Web tool to explore raw data, for developers

Primary LanguageJavaScript

Pryv Explorer

Explore the data you stored on the Pryv service.

Getting started

npm install
bower install

Build

Setup

For building it is recommended to install yeoman version 1.0.

npm install yo -g

Building and publishing to gh-pages branch

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

License

Revised BSD license