theatre/packages/playground
2021-10-05 12:22:43 +02:00
..
devEnv playground now has a shared folder and a personal folder 2021-10-04 20:25:38 +02:00
src Improves scroll interaction for sequence editor 2021-10-04 20:51:53 +02:00
.gitignore Initial OSS commit 2021-06-18 13:05:06 +02:00
LICENSE Initial OSS commit 2021-06-18 13:05:06 +02:00
package.json Renamed @theatre/plugin-r3f to @theatre/r3f 2021-09-06 10:19:10 +02:00
README.md More docs 2021-10-05 12:22:43 +02:00
tsconfig.json Renamed @theatre/plugin-r3f to @theatre/r3f 2021-09-06 10:19:10 +02:00

The playground

The playground is the quickest way to hack on the internals of Theatre. It uses a simple ESBuild config that builds all the related packages in one go, so whether you're changing @theatre/core or @theatre/dataverse, you can see the results immediately.

How to use

Simply run yarn run serve in this folder to start the dev server.

The first time you run serve, an src/index.ts file will be created. This file won't be comitted to the repo, so you're free to change it.

There are some shared playgrounds in src/shared which are committed to ther epo. You can make your own playgrounds in src/personal which will be .gitignored.