Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 387 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 387 Bytes

CONTRIBUTING

SETUP

Make sure running the below commands in /src.

  1. Create a sandbox with opam
opam switch create spice 4.14.0
  1. Install dependencies
opam install . --deps-only
  1. Build
dune build
  1. Test

Make sure running tests in /test

cd test

(install dependencies)
bun i

(build --watch)
bun run res:clean && bun run res:watch