doc(playground dev): Live reload README.md
Co-authored-by: Elliot <key.draw@gmail.com>
This commit is contained in:
parent
39d897cd83
commit
7b337a9731
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# The playground
|
||||
|
||||
The playground is the quickest way to hack on the internals of Theatre. It also hosts our end-to-end tests. It uses a build setup that builds all the related packages in one go, so you _don't_ have to run a bunch of build commands separately to start developing.
|
||||
The playground is the quickest way to hack on the internals of Theatre. It also hosts our end-to-end tests. It uses a build setup (see the live-reload esbuild server in [./devEnv/build.ts](./devEnv/build.ts)) that builds all the related packages in one go, so you _don't_ have to run a bunch of build commands separately to start developing.
|
||||
|
||||
## Directory structure
|
||||
|
||||
|
|
Loading…
Reference in a new issue