squiggle/packages/playground
2022-03-25 11:33:10 -04:00
..
src renamed packages to @quri prefix 2022-03-24 11:21:48 -04:00
.gitignore Restructured codebase a little 2022-02-06 14:48:21 -05:00
netlify.toml Playground to TypeScript 2022-03-03 10:22:26 +11:00
package.json Merge pull request #98 from QURIresearch/dependabot/npm_and_yarn/parcel-2.4.0 2022-03-25 11:33:10 -04:00
postcss.config.js Playground to TypeScript 2022-03-03 10:22:26 +11:00
README.md After pair programming with @Hazelfire, still need to fix playground scripts (rebase: README and index.js) 2022-03-24 11:31:36 -04:00
tailwind.config.js Playground to TypeScript 2022-03-03 10:22:26 +11:00
tsconfig.json Playground to TypeScript 2022-03-03 10:22:26 +11:00
yarn.nix Restructured codebase a little 2022-02-06 14:48:21 -05:00

TODO: REVIVE PLAYGROUND.

Squiggle Playground

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 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