sanette/ocaml-api

Build Instructions

Closed this issue ยท 4 comments

Hey, could you update the README with instructions on how to build and run the project? I want to hack around with the styling, but

dune build
dune exec process

is not working for me. I'm not sure how to run the project.

oh yes it's not clean on that side, sorry.
For the moment you need to download yourself the manual sources, and
run dune exec src/process.exe to process all the html files.
And then copy the css and js files to the docs/ directory.

I'll put this on the README

done. Also added a Makefile. Tell me if it works for you.

Thanks, works great! ๐Ÿ™‚

I've added some options to the script, see README