You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ReScript compiler compiles with any recent OCaml compiler. We are using `dune` as a build system for easy workflows and proper IDE support.
38
42
@@ -51,10 +55,18 @@ opam install . --deps-only
51
55
opam install ocaml-lsp-server
52
56
```
53
57
54
-
## npm install
58
+
####npm install
55
59
56
60
Run `npm install --ignore-scripts`. This will install the npm dependencies required for the build scripts.
57
61
62
+
### B. Devcontainer
63
+
64
+
The repository additionally provides [development container](https://containers.dev/) definition that can be used with [VSCode's Remote Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - use it to get stable development environment.
65
+
66
+
Run the `Dev Containers: Rebuild and Reopen in Container` action to get started.
67
+
68
+
You can also open this dev container with [GitHub Codespaces](https://github.com/features/codespaces/).
69
+
58
70
## Building the Compiler
59
71
60
72
The compiler binaries themselves can be built directly with dune as follows:
0 commit comments