Skip to content
Andrei Cacio edited this page Oct 1, 2015 · 3 revisions

Welcome to the ironwing wiki!

If you want to build the project on your local machine, all you have to do is:

$ git clone https://github.com/andrei-cacio/ironwing.git
$ cd ironwing
$ npm install
$ npm install gulp -g

To start the webserver

$ npm start

To run the test suite

$ npm test
Clone this wiki locally