.. | ||
public | ||
src | ||
.gitignore | ||
card-repo.png | ||
CHANGELOG.md | ||
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
from the repository's root directory - Run
yarn start:core
from the repository's root directory - Open http://localhost:5421/ in your browser
As an alternative to running yarn start:core
you can also:
- Run
yarn build
from the repository's root directory - Run
yarn dev
from theexamples/core-example-advanced
directory