Improve example READMEs (#1045)
* Update core-example README * Update core-example README * Update core-example-advanced README * Update tldraw-example README * Fix typo * Fix typo
This commit is contained in:
parent
b147fd30d1
commit
da0d617f0c
3 changed files with 20 additions and 9 deletions
|
@ -8,6 +8,11 @@ An advanced example project for `@tldraw/core`.
|
|||
|
||||
To start this project:
|
||||
|
||||
- run `yarn start:core` from the repository's root directory
|
||||
- open `localhost://5421` in your browser
|
||||
- OR run `yarn dev` from the `examples/core-example-advanced` directory
|
||||
1. Run `yarn` from the repository's root directory
|
||||
2. Run `yarn start:core` from the repository's root directory
|
||||
3. Open http://localhost:5421/ in your browser
|
||||
|
||||
As an alternative to running `yarn start:core` you can also:
|
||||
|
||||
1. Run `yarn build` from the repository's root directory
|
||||
2. Run `yarn dev` from the `examples/core-example-advanced` directory
|
||||
|
|
|
@ -8,6 +8,7 @@ An simple example project for `@tldraw/core`.
|
|||
|
||||
To start this project:
|
||||
|
||||
- run `yarn` from the repository's root directory
|
||||
- run `yarn dev` from the `examples/core-example` directory
|
||||
- open `localhost://5422` in your browser
|
||||
1. Run `yarn` from the repository's root directory
|
||||
2. Run `yarn build` from the repository's root directory
|
||||
3. Run `yarn dev` from the `examples/core-example` directory
|
||||
4. Open http://localhost:5422/ in your browser
|
||||
|
|
|
@ -8,6 +8,11 @@ An simple example project for `@tldraw/tldraw`.
|
|||
|
||||
To start this project:
|
||||
|
||||
- run `yarn` from the repository's root directory
|
||||
- run `yarn start` from the repository's root directory
|
||||
- OR run `yarn dev` from the `examples/tldraw-example` directory
|
||||
1. Run `yarn` from the repository's root directory
|
||||
2. Run `yarn start` from the repository's root directory
|
||||
3. Open http://localhost:5420/ in your browser
|
||||
|
||||
As an alternative to running `yarn start` you can also:
|
||||
|
||||
1. Run `yarn build` from the repository's root directory
|
||||
2. Run `yarn dev` from the `examples/tldraw-example` directory
|
||||
|
|
Loading…
Reference in a new issue