|
3 年之前 | |
---|---|---|
.github | 3 年之前 | |
.vscode | 3 年之前 | |
packages | 3 年之前 | |
.eslintrc.js | 3 年之前 | |
.gitignore | 3 年之前 | |
.npmignore | 3 年之前 | |
LICENSE | 3 年之前 | |
README.md | 3 年之前 | |
lerna.json | 3 年之前 | |
package.json | 3 年之前 | |
setupTests.ts | 3 年之前 | |
tsconfig.base.json | 3 年之前 | |
tsconfig.json | 3 年之前 | |
yarn.lock | 3 年之前 |
A tiny little drawing app.
Visit tldraw.com.
To support this project (and gain access to the project while it is in development) you can sponsor the author on GitHub. Thanks!
In progress! Check the README files in packages/core and packages/tldraw.
To work on the packages (@tldraw/core or @tldraw/tldraw), you’ll want to run the (extremely fast) package dev server.
git clone https://github.com/tldraw/tldraw.git
yarn
yarn start
https://localhost:5000
.To work on the app itself (that embeds @tldraw/tldraw), run the Next.js app. This won’t directly respond to changes to packages, so for concurrent package dev work be sure to use the package dev server instead. (This is being worked on.)
yarn start:www
https://localhost:3000
.