# Developer

## Build

To build script and style sources:

1. Install NPM:

```
npm install
```

2. Make sure you have a symbolic link of HumHub root directory in `/opt/humhub`:

`sudo ln -s /path/to/humhub /opt/humhub`

3. Build the sources using Grunt:

```
grunt build
```
