tldraw/examples/tldraw-example
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 version, update images 2022-03-09 16:02:51 +00: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: update and optimize turbo (#885) 2022-08-11 07:08:32 +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/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