Update the playground README.md (#93)
This commit is contained in:
parent
5f01ef0821
commit
fb7467862b
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ src/
|
||||||
|
|
||||||
Simply run `yarn run serve` in this folder to start the dev server.
|
Simply run `yarn run serve` in this folder to start the dev server.
|
||||||
|
|
||||||
There are some shared playgrounds in `src/shared` which are committed to the repo. You can make your own playgrounds in `src/personal` which will be `.gitignore`d. Each
|
There are some shared playgrounds in `src/shared` which are committed to the repo. You can make your own playgrounds in `src/personal` which will be `.gitignore`d. Note that every playground must include an entry file called `index.tsx` (as you see in the [Directory structure section](#directory-structure)).
|
||||||
|
|
||||||
## How to write and run end-to-end tests
|
## How to write and run end-to-end tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue