Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 521 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (25 loc) · 521 Bytes

How to contribute

Requirements

  1. Install NodeJS
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
  1. Install gulp-cli globally
sudo npm install -g gulp-cli

Setup environment

  1. Clone the repo

  2. Instal NodeJS dependencies

npm install
  1. Build and run the application server
gulp
  1. Tip: While developing, to keep your local server updated, use the watch task in a new terminal:
gulp watch