Mention requirement on components in README
This commit is contained in:
parent
75dfb724ec
commit
f365cdef70
|
@ -6,11 +6,13 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
|
|||
|
||||
We assume you ran `yarn` at monorepo level.
|
||||
|
||||
The website depends on `squiggle-lang`, which you have to build manually.
|
||||
The website depends on `squiggle-lang` and `components`, which you have to build manually.
|
||||
|
||||
```sh
|
||||
cd ../squiggle-lang
|
||||
yarn build
|
||||
cd ../components
|
||||
yarn build
|
||||
```
|
||||
|
||||
Generate static content, to the `build` directory.
|
||||
|
|
Loading…
Reference in New Issue
Block a user