da0d617f0c
* Update core-example README * Update core-example README * Update core-example-advanced README * Update tldraw-example README * Fix typo * Fix typo
14 lines
453 B
Markdown
14 lines
453 B
Markdown
<div style="text-align: center; transform: scale(.5);">
|
|
<img src="https://github.com/tldraw/tldraw/raw/main/assets/card-repo.png"/>
|
|
</div>
|
|
|
|
# @tldraw/core-example
|
|
|
|
An simple example project for `@tldraw/core`.
|
|
|
|
To start this project:
|
|
|
|
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
|