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>
|
|
|
|
|
2021-11-04 15:48:39 +00:00
|
|
|
# @tldraw/tldraw-example
|
|
|
|
|
2022-08-09 23:18:59 +00:00
|
|
|
An simple example project for `@tldraw/tldraw`.
|
2021-11-18 15:07:55 +00:00
|
|
|
|
|
|
|
To start this project:
|
2021-11-04 15:48:39 +00:00
|
|
|
|
2022-08-09 23:18:59 +00:00
|
|
|
- run `yarn` from the repository's root directory
|
2021-11-18 15:07:55 +00:00
|
|
|
- run `yarn start` from the repository's root directory
|
2022-08-09 23:18:59 +00:00
|
|
|
- OR run `yarn dev` from the `examples/tldraw-example` directory
|