Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 723 Bytes

File metadata and controls

21 lines (12 loc) · 723 Bytes

Figshare Explorer

This app is running at papersearch.org which lets you search the Figshare API along with whitepaper recommendations from a FREQL recommendation engine.

Installing and Running

You must have a recent version of Node.js installed on your system.

First download this project locally. Command line would be:

git clone https://github.com/gittyeric/figshare-explorer

Now from command line, navigate to the folder and build the project:

cd path/to/project/figshare-explorer
npm install
npm run build

If all goes well, you can then run the project in development mode:

npm run start