# Clone the repository For building the containers from scratch, the repository's packages are required. ```bash git clone https://git.dergrimm.net/mentorenwahl/mentorenwahl.git cd mentorenwahl ``` After that you will need to create an environment configuration file. ```bash cp .example.env .env ```