Flight / kfc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KFC 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 run webserver (for running game):

$ gulp webserver

Then go to http://localhost:8000/game.html

To watch everything (js + scss):

$ gulp watch

To run code linting (js + scss):

$ gulp

To compile scss:

$ gulp scss

About

License:Other


Languages

Language:HTML 43.2%Language:JavaScript 29.8%Language:CSS 27.0%