dev playground: Remove mention and dependency on vite

This commit is contained in:
Cole Lawrence 2022-06-24 08:22:08 -04:00
parent 2a93aa3cdc
commit df05be3c1e
3 changed files with 4 additions and 352 deletions

View file

@ -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 simple vite config 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 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

View file

@ -28,9 +28,7 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"@vitejs/plugin-react": "^1.2.0",
"three": "^0.130.1",
"typescript": "^4.4.2",
"vite": "^2.8.4"
"typescript": "^4.4.2"
}
}