Skip to content

Commit

Permalink
Update Technical_Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AjitPS authored Jul 22, 2019
1 parent 56b3343 commit 1f7d3ca
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Technical Guide

### To build/package and test locally:
- Install Node.js (https://nodejs.org/en/download/) & NPM
- Install Git (https://git-scm.com/)
- Install bower: `npm install -g bower`
- Install gulp: `npm install -g gulp`
- Note: Our test environment uses `npm 6.1.0 , bower 1.8.4, gulp 1.8.4`, but newer versions of bower/gulp should work too.

**KnetMaps** is a web application that uses cytoscapeJS, jQuery and other javascript libraries to visualize network graphs and allow users to interact with them. It accepts a JSON dataset from the user as input and visualizes it within a container on your web page.

### **KnetMaps** components
Expand Down Expand Up @@ -389,6 +382,7 @@ While `Cose` layout uses a wider range of complex parameters which can be set as
};
```


### To build/package and test locally:
- Install Node.js (https://nodejs.org/en/download/) & NPM
- Install Git (https://git-scm.com/)
Expand Down

0 comments on commit 1f7d3ca

Please sign in to comment.