Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.
Ludovic Rousseau edited this page Dec 13, 2018 · 4 revisions

Dependencies

First you have to install the following dependencies:

After installing Node.js you can use the included npm package manager to download all dependencies:

git submodule init
git submodule update Lychee-front
cd Lychee-front/
npm install

Build

The Gulpfile is located in Lychee-front/ and can be executed using the npm run compile command.

Watch for changes

While developing, you might want to use the following command to automatically build Lychee everytime you save a file:

npm start

Update the source code

git pull
git submodule update
Clone this wiki locally