Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 514 Bytes

HowToBuild.md

File metadata and controls

15 lines (9 loc) · 514 Bytes

How to build

We're using Gulp, so you'll need Node.js first. The easiest way to get Node on Windows is Chocolatey:

choco install nodejs.install 

With Node.js installed on your system, you can use npm to install Gulp on your machine:

npm install --global gulp

Now you're almost ready to build. You can run Build.bat or run the following commands in the command line:

npm install
gulp