Mention requirement on components in README

This commit is contained in:
Recursing 2022-06-21 23:02:55 +02:00
parent 75dfb724ec
commit f365cdef70

View File

@ -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. 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 ```sh
cd ../squiggle-lang cd ../squiggle-lang
yarn build yarn build
cd ../components
yarn build
``` ```
Generate static content, to the `build` directory. Generate static content, to the `build` directory.