2022-03-23 22:34:50 +00:00
|
|
|
# TODO: REVIVE PLAYGROUND.
|
|
|
|
|
2022-03-02 23:22:26 +00:00
|
|
|
# Squiggle Playground
|
2022-02-06 19:25:51 +00:00
|
|
|
|
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-02-06 19:25:51 +00:00
|
|
|
|
2022-03-23 22:34:50 +00:00
|
|
|
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-02-06 19:25:51 +00:00
|
|
|
|
2022-03-02 23:22:26 +00:00
|
|
|
```
|
|
|
|
yarn build:lang
|
|
|
|
yarn build:components
|
|
|
|
```
|
2022-02-06 19:25:51 +00:00
|
|
|
|
2022-03-02 23:22:26 +00:00
|
|
|
Then, starting the playground can be done with:
|
2022-02-06 19:25:51 +00:00
|
|
|
|
|
|
|
```
|
2022-03-02 23:22:26 +00:00
|
|
|
yarn parcel
|
2022-02-06 19:25:51 +00:00
|
|
|
```
|