Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Steve Ruiz cb3ebde9ac
Update README.md
4 лет назад
.github Update main.yml 4 лет назад
.vscode Improves draw shape docs 4 лет назад
packages Delete yarn.lock 4 лет назад
.eslintrc.js Fix build errors 4 лет назад
.gitignore Replace 4 лет назад
.npmignore Replace 4 лет назад
LICENSE Replace 4 лет назад
README.md Update README.md 4 лет назад
lerna.json v0.0.47 4 лет назад
package.json cleans up tsconfigs 4 лет назад
tsconfig.base.json cleans up tsconfigs 4 лет назад
tsconfig.json cleans up tsconfigs 4 лет назад
yarn.lock Fix versions in packages 4 лет назад

README.md

tldraw

A tiny little drawing app.

Visit tldraw.com.

Author

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.

  1. Download or clone the repository.
   git clone https://github.com/tldraw/tldraw.git
  1. Install dependencies.
   yarn
  1. Start the development server.
   yarn start
  1. 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