squiggle/packages/playground/README.md

20 lines
419 B
Markdown
Raw Normal View History

2022-03-02 23:22:26 +00:00
# Squiggle Playground
2022-03-02 23:22:26 +00:00
This repository contains the squiggle playground, a small web interface
for playing around with squiggle concepts.
2022-03-02 23:22:26 +00:00
It depends on `@squiggle/components` and `@squiggle/lang` so both of them will
need to be packaged for this to work. This can be done from the root directory
with
2022-03-02 23:22:26 +00:00
```
yarn build:lang
yarn build:components
```
2022-03-02 23:22:26 +00:00
Then, starting the playground can be done with:
```
2022-03-02 23:22:26 +00:00
yarn parcel
```