- Clone this repository:
git clone https://github.com/IDinsight/experiments-engine.git
-
Make environment files Navigate to
deployment/docker-compose
. Copy the template.env
files to create a.base.env
and.backend.env
files -
Set-up a conda environment Navigate to the root of this repository and run
make fresh-env
-
Run the app From the root of the repository run
make run-backend
, and in a separate terminal sessionmake run-frontend
. -
Explore! Log in with the admin credentials and experiment :)