tldraw/examples/core-example-advanced
Steve Ruiz 55a8831a6b 1.27.0
2023-01-15 11:22:09 +00:00
..
public Another attempt at making use of the browser-fs-access npm package directly (#894) 2022-08-11 08:41:50 +01:00
src update cusor component props (#1024) 2022-10-26 13:59:12 +01:00
.gitignore [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
card-repo.png [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
CHANGELOG.md 1.27.0 2023-01-15 11:22:09 +00:00
index.html Another attempt at making use of the browser-fs-access npm package directly (#894) 2022-08-11 08:41:50 +01:00
LICENSE.md [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
package.json 1.27.0 2023-01-15 11:22:09 +00:00
README.md Improve example READMEs (#1045) 2022-12-03 13:11:19 +00:00
tsconfig.json [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
tsconfig.node.json [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
vite.config.ts Update ports / start:core 2022-08-11 08:28:30 +01:00

@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