tldraw/examples/core-example-advanced/README.md
Tobias Løfgren da0d617f0c
Improve example READMEs (#1045)
* Update core-example README

* Update core-example README

* Update core-example-advanced README

* Update tldraw-example README

* Fix typo

* Fix typo
2022-12-03 13:11:19 +00:00

598 B

@tldraw/core-example-advanced

An advanced example project for @tldraw/core.

To start this project:

  1. Run yarn from the repository's root directory
  2. Run yarn start:core from the repository's root directory
  3. Open http://localhost:5421/ in your browser

As an alternative to running yarn start:core you can also:

  1. Run yarn build from the repository's root directory
  2. Run yarn dev from the examples/core-example-advanced directory