Tldraw/examples/core-example
Thomas Steiner c8badf8072
Another attempt at making use of the `browser-fs-access` npm package directly (#894)
* Fight with TypeScript

* Make TypeScript happy(?)

* Apply suggestions from code review

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>

* Update yarn.lock

* Fix favicons

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2022-08-11 08:41:50 +01: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 Another attempt at making use of the `browser-fs-access` npm package directly (#894) 2022-08-11 08:41:50 +01:00
.gitignore [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
LICENSE.md [chore] epic purge (#893) 2022-08-10 00:18:59 +01:00
README.md Update ports / start:core 2022-08-11 08:28:30 +01:00
card-repo.png [chore] epic purge (#893) 2022-08-10 00:18:59 +01: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
package.json Update ports / start:core 2022-08-11 08:28:30 +01: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

README.md

@tldraw/core-example

An simple example project for @tldraw/core.

To start this project:

  • run yarn from the repository's root directory
  • run yarn dev from the examples/core-example directory
  • open localhost://5422 in your browser