Studylink How to run Studylink locally install docker and docker-compose copy .env.docker.example to ./docker/production/.env or ./docker/development/.env change the variables in the .env file to your liking Start a development environment make start-development Start a production environment make start-production