2022-08-09 23:18:59 +00:00
|
|
|
<div style="text-align: center; transform: scale(.5);">
|
|
|
|
<img src="https://github.com/tldraw/tldraw/raw/main/assets/card-repo.png"/>
|
|
|
|
</div>
|
2021-11-18 13:09:18 +00:00
|
|
|
|
2022-08-09 23:18:59 +00:00
|
|
|
# @tldraw/core-example
|
|
|
|
|
|
|
|
An simple 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 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
|