- pull the entire framework from https://github.com/tldraw/tldraw
- pull this repository
- replace the entire original "core-example-advanced" directory in "example/" with this one
To start this project:
- run
yarn install
to install all the dependencies - 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