.. | ||
src | ||
.gitignore | ||
netlify.toml | ||
package.json | ||
postcss.config.js | ||
README.md | ||
shell.nix | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.nix |
Squiggle Playground
This repository contains the squiggle playground, a small web interface for playing around with squiggle concepts.
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
yarn build:lang
yarn build:components
Then, starting the playground can be done with:
yarn parcel