diff options
Diffstat (limited to 'CLAUDE.md')
-rw-r--r-- | CLAUDE.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ # OCaml SSR React APP on Eio -This app is a WIP to implement a blog as a React webapp (using reason-react) using Ocaml, Piaf for HTTP handling, Caqti to handle database queries, using Eio across the app for async. +This app is a WIP to implement a blog as a React webapp using Ocaml, mlx for JSX, Piaf for HTTP handling, Caqti to handle database queries, using Eio across the app for async. +## Build the app +To compile the app and see if the code is correct do: +`dune clean && dune build` + ## Things to take into account |