squiggle/packages/playground/README.md

22 lines
458 B
Markdown
Raw Permalink Normal View History

# TODO: REVIVE PLAYGROUND.
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.
It depends on `@quri/squiggle-components` and `@quri/squiggle-lang` so both of them will
2022-03-02 23:22:26 +00:00
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
```