tldraw/examples/tldraw-example/README.md

19 lines
574 B
Markdown
Raw Normal View History

<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"/>
</div>
# @tldraw/tldraw-example
An simple example project for `@tldraw/tldraw`.
To start this project:
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