ReFigure is a Chrome extension that allows users to click on open access figures (images) in scientific pages and create a curated collection published on ReFigure.org. The extension also collects metadata associated with the figure such author, DOI to enhance the curated collection.
build/
bower_components/
node_modules/
back/
----index.js
front/
----index.html
tasks/
----gulptask.js
test/
----e2e/
----unit/
gulpfile.js
package.json
README.md
Install NodeJS
Install [Bower]
npm install -g bower
Install [Gulp]
npm install -g gulp
Install [JSHint]
npm install -g jshint
Build Project
gulp build
Running
gulp