Skip to content

btraintinger/studylink

Repository files navigation

Studylink

How to run Studylink locally

  1. install docker and docker-compose

  2. copy .env.docker.example to ./docker/production/.env or ./docker/development/.env

  3. change the variables in the .env file to your liking

Start a development environment

make start-development

Start a production environment

make start-production