Make sure running the below commands in
/src
.
- Create a sandbox with opam
opam switch create spice 4.14.0
- Install dependencies
opam install . --deps-only
- Build
dune build
- Test
Make sure running tests in /test
cd test
(install dependencies)
bun i
(build --watch)
bun run res:clean && bun run res:watch