2021-11-18 15:07:55 +00:00
|
|
|
<div style="text-align: center; transform: scale(.5);">
|
2022-03-09 16:11:30 +00:00
|
|
|
<img src="https://github.com/tldraw/tldraw/raw/main/assets/card-repo.png"/>
|
2021-11-18 15:07:55 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
# @tldraw/core-example-advanced
|
2021-11-18 13:09:18 +00:00
|
|
|
|
|
|
|
An advanced example project for `@tldraw/core`.
|
|
|
|
|
|
|
|
To start this project:
|
|
|
|
|
2022-12-03 13:11:19 +00:00
|
|
|
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
|