tldraw/examples/core-example
2023-01-15 11:10:42 +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 use functional updates when updating state, fixes issue with square being deselected when hover/unhover event are triggered (#1112) 2023-01-15 11:10:42 +00: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.26.4 2022-12-30 18:02:02 -06: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.26.4 2022-12-30 18:02:02 -06: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

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