You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/docs/Build.md

21 lines
586 B

### Dependencies
First you have to install the following dependencies:
- `node` [Node.js](http://nodejs.org) v5.7.0 or later
10 years ago
- `npm` [Node Packaged Modules](https://www.npmjs.org)
After [installing Node.js](http://nodejs.org) you can use the included `npm` package manager to download all dependencies:
cd src/
npm install
### Build
The Gulpfile is located in `src/` and can be executed using the `npm run compile` command.
10 years ago
### Watch for changes
While developing, you might want to use the following command to automatically build Lychee everytime you save a file:
npm start