We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa2e21 commit dae41a9Copy full SHA for dae41a9
README.md
@@ -13,13 +13,15 @@ This is the official documentation platform for the [ReScript](https://rescript-
13
## Setup
14
15
```sh
16
-# For first time clone / build
+# For first time clone / build (install dependencies)
17
yarn
18
-yarn run update-index
19
20
# Initial build
21
yarn bs:build
22
+# Build the index data
23
+yarn run update-index
24
+
25
# In a new tab
26
yarn dev
27
0 commit comments