- OCaml with version of at least 4.05
- Opam with version of at least 2.0 (OCaml package manager)
- Docker
- Clone learn-ocaml repo
- Clone this repo inside your learn-ocaml directory
- To run:
docker run --rm \
-v ($PWD)/Functional-Programming-Challenge:/repository:ro \
-v learn-ocaml-sync:/sync \
-p 80:8080 --name learn-ocaml-server \
ocamlsf/learn-ocaml:dev