added instructions for local playground in top level README.md
This commit is contained in:
parent
1f0969ce3a
commit
73a2493349
|
@ -30,3 +30,10 @@ such as:
|
||||||
`yarn build:lang`. Builds and packages the language
|
`yarn build:lang`. Builds and packages the language
|
||||||
`yarn storybook:components`. Hosts the component storybook
|
`yarn storybook:components`. Hosts the component storybook
|
||||||
|
|
||||||
|
# Local playground
|
||||||
|
|
||||||
|
``` sh
|
||||||
|
yarn build:playground
|
||||||
|
cd packages/playground
|
||||||
|
yarn parcel
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user