- If you haven't already, install OCaml and opam, with OCaml being version 4.14 or greater
- From the project's root directory, run
cd backend
- Run
make switch
- Restart your shell
- Run
make dev-deps deps
The developer dependencies are listed in the Makefile
in the backend
directory. The actual dependencies are listed in the dune-project
file.
- If you haven't already, install Python version 3.11 or greater
- From the project's root directory, run
cd frontend
- Optional: If you use virtual environments, create a new one for this project
now. The next step will use
pip
to install the necessary Python packages. - Run
make deps
(for convenience, this will also install the dependencies necessary to analyze the evaluation data)
The actual dependencies are listed in the requirements.txt
file in the
frontend
directory.
- This project also depends on elm-format
(tested with version 0.8.7), which is installable via
npm