summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 8c6cf38..efbbe42 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -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