# OpenEcoLab Website This repository contains the source code for the [OpenEcoLab Website](https://openecolab.de). It is created using the [Grav CMS](https://getgrav.org). ## Setup website The repository contains only the source of the pages. The CMS, theme and plugins need to be installed separately. 1. Install the CMS [Grav](https://getgrav.org) 2. Remove everything inside the `grav/user` directory 3. Clone this repository to `grav/user` 4. Install the dependencies by executing `php bin/grav install` inside the Grav root directory.