da0d617f0c
* Update core-example README * Update core-example README * Update core-example-advanced README * Update tldraw-example README * Fix typo * Fix typo
574 B
574 B
@tldraw/tldraw-example
An simple example project for @tldraw/tldraw
.
To start this project:
- Run
yarn
from the repository's root directory - Run
yarn start
from the repository's root directory - Open http://localhost:5420/ in your browser
As an alternative to running yarn start
you can also:
- Run
yarn build
from the repository's root directory - Run
yarn dev
from theexamples/tldraw-example
directory