|
|
4 лет назад | |
|---|---|---|
| .github | 4 лет назад | |
| .vscode | 4 лет назад | |
| packages | 4 лет назад | |
| .eslintrc.js | 4 лет назад | |
| .gitignore | 4 лет назад | |
| .npmignore | 4 лет назад | |
| LICENSE | 4 лет назад | |
| README.md | 4 лет назад | |
| lerna.json | 4 лет назад | |
| package.json | 4 лет назад | |
| tsconfig.base.json | 4 лет назад | |
| tsconfig.json | 4 лет назад | |
| yarn.lock | 4 лет назад |
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!
…
To work on the packages (@tldraw/core or @tldraw/tldraw), you’ll want to run the 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:
yarn start:www