squiggle/packages/playground
dependabot[bot] 8dbb9aff7d
Bump jstat from 1.9.2 to 1.9.5 in /packages/playground
Bumps [jstat](https://github.com/jstat/jstat) from 1.9.2 to 1.9.5.
- [Release notes](https://github.com/jstat/jstat/releases)
- [Commits](https://github.com/jstat/jstat/compare/1.9.2...1.9.5)

---
updated-dependencies:
- dependency-name: jstat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 12:09:33 +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 jstat from 1.9.2 to 1.9.5 in /packages/playground 2022-03-25 12:09:33 +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