Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 403 Bytes

INSTALLATION.md

File metadata and controls

22 lines (17 loc) · 403 Bytes

Installation

1 - install the basic dependencies

2 - Clone this repository

$ git clone https://github.com/afonsopacifer/microscope.git
$ cd microscope

3 - Install dependencies

$ npm install

4 - Watch the files to build and run a static server on http://localhost:9000/

$ grunt serve