squiggle/packages/playground
2022-03-24 11:21:48 -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 Fix GitHub actions 2022-03-22 10:54:37 +11:00
postcss.config.js Playground to TypeScript 2022-03-03 10:22:26 +11:00
README.md Playground to TypeScript 2022-03-03 10:22:26 +11:00
shell.nix Restructured codebase a little 2022-02-06 14:48:21 -05: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

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