No description
.github | ||
.vscode | ||
packages | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
lerna.json | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.base.json | ||
tsconfig.json | ||
yarn.lock |
tldraw
A tiny little drawing app.
Visit tldraw.com.
Author
- steveruizok
- ...and more!
Support
To support this project (and gain access to the project while it is in development) you can sponsor the author on GitHub. Thanks!
Documentation
...
Local Development
To work on the packages (@tldraw/core or @tldraw/tldraw), you'll want to run the dev server.
-
Download or clone the repository.
git clone https://github.com/tldraw/tldraw.git
-
Install dependencies.
yarn
-
Start the development server.
yarn start
-
Open the local site at
https://localhost:5000
.
To work on the app itself (that embeds @tldraw/tldraw), run the Next.js app:
yarn start:www