Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

JabRef/scimappr

Repository files navigation

SciMappr License:MIT

SciMappr is Docear in the cloud.

SciMappr is a project for Native App look using javascript to build a mindmap extracted from PDF. Scimappr is using Electron Framework to build cross platform apps with HTML, Javascript, and CSS.

Installation

To Install Scimappr, first we need to install node.js. Download the node.js using the link,install it (next,next) https://nodejs.org/en/

After installing node.js, use git to clone this project. But first, make sure you have install git in your repository by using this command:

npm install -g git

After installing git, install also bower by using this command:

npm install -g bower

After installing bower, clone this project into your repository using git command:

git clone https://github.com/JabRef/scimappr.git

After clone this project, then go to one further folder by using command:

cd scimappr

Then install all dependencies that are used by scimappr by typing command:

npm install package.json --save

Lastly, to run this project, type this command:

npm start

Happy Mindmapping :)