squiggle/packages/playground
dependabot[bot] d263039017
Bump @parcel/core from 2.3.2 to 2.4.0
Bumps [@parcel/core](https://github.com/parcel-bundler/parcel) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.3.2...v2.4.0)

---
updated-dependencies:
- dependency-name: "@parcel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 11:56:28 +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 @parcel/core from 2.3.2 to 2.4.0 2022-03-25 11:56:28 +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