squiggle/packages/playground
dependabot[bot] 85ee175cc9
Bump lenses-ppx from 5.1.0 to 6.1.10 in /packages/playground
Bumps lenses-ppx from 5.1.0 to 6.1.10.

---
updated-dependencies:
- dependency-name: lenses-ppx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 12:03:05 +00: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 Bump lenses-ppx from 5.1.0 to 6.1.10 in /packages/playground 2022-03-25 12:03:05 +00: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