Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 686 Bytes

File metadata and controls

17 lines (16 loc) · 686 Bytes

Compete McGill Tech Games 2020 Functional Programming Challenge

Requirements:

  • OCaml with version of at least 4.05
  • Opam with version of at least 2.0 (OCaml package manager)
  • Docker

Instructions (to serve on localhost):

  1. Clone learn-ocaml repo
  2. Clone this repo inside your learn-ocaml directory
  3. 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