Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 737 Bytes

Build.md

File metadata and controls

25 lines (15 loc) · 737 Bytes

Dependencies

First you have to install the following dependencies:

After installing Node.js you can use the included npm package manager to install the global requirements and Lychee-dependencies with the following command:

cd src/
npm install -g gulp
npm install

Build

The Gulpfile is located in src/ and can be easily executed using the gulp command.

Watch for changes

While developing, you might want to use the following command to watch for changes:

gulp watch

gulp watch will automatically build Lychee everytime you save a file.