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