794 B
794 B
Dependencies
First you have to install the following dependencies:
node
Node.js v0.10 or laternpm
Node Packaged Modulesbower
Bowergulp
Gulp.js
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 build/;
npm install -g bower gulp;
npm install && bower install;
Build
The Gruntfile 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
will automatically build Lychee everytime you save a file.