c8badf8072
* 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> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
card-repo.png | ||
index.html | ||
LICENSE.md | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
@tldraw/core-example-advanced
An advanced example project for @tldraw/core
.
To start this project:
- run
yarn start:core
from the repository's root directory - open
localhost://5421
in your browser - OR run
yarn dev
from theexamples/core-example-advanced
directory