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
After cloning the repository, install the necessary JavaScript packages:
14
+
After cloning the repository, initialize submodules and install the necessary JavaScript packages:
15
15
16
16
```bash
17
+
git submodule update --init --recursive
17
18
yarn
18
19
```
19
20
20
21
Then run `make dev` from the folder where the repository lives.
21
22
22
23
## (Optional) Fetch melange documentation API
23
24
24
-
Optionally, to fetch the melange odoc documentation and generate markdown into docs/api, you will need the melange package installed into your switch and run:
25
+
Optionally, to generate melange odoc documentation markdown into docs/api, initialize the vendored `melange` submodule and run:
0 commit comments