tldraw/examples/core-example
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
..
public Another attempt at making use of the browser-fs-access npm package directly (#894) 2022-08-11 08:41:50 +01:00
src Feat/fix examples (#970) 2022-09-13 13:07:29 +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.25.2 2022-11-14 15:53:12 +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.25.2 2022-11-14 15:53:12 +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

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