Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 610 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 610 Bytes

Cell Maps

HTML5 systems biology tool

Download code

git clone https://github.com/frasator/cell-maps.git
cd cell-maps/

Compiling CSS and JavaScript

cd cell-maps/

Install Node

To install node click here.

What is npm? npm stands for node packaged modules is the node dependency manager.

Install bower components and npm modules

sudo npm install -g bower
npm install
bower install

### Run builder
npm run build

Minimized files will be located in the /build dir.