Skip to content

Flight/mc

Repository files navigation

MC Build Status

Quick start for developers

Project uses node + Gulp for fast developing.

To install node: https://nodejs.org/en/

Then open your favorite Terminal and run these commands.

$ npm install --global gulp-cli
$ npm install

To watch everything (js + scss):

$ gulp watch

To run code linting (js + scss):

$ gulp

To compile scss:

$ gulp scss

To run webserver with livereload:

$ gulp webserver