A small application that makes it easy to enter and track data to qualify for artist status in Belgium. It is a pro bono application designed at the request of "Les Amis d'ma mère", a Belgian non-profit organisation that promotes (and supports) artists in Belgium.
The most standard way to start a development environment is to build a "local switch" by sequentially running these different commands (which assume that OPAM is installed on your machine).
opam update
opam switch create . ocaml-base-compiler.5.0.0 --deps-only -y
eval $(opam env)
opam install . --deps-only --with-test --with-doc -y
opam install -y nightmare nightmare_js
When the switch is properly initiated, you can install the various tools to develop the project:
opam install merlin ocamlformat ocp-indent