collaboration Drawing app
 
 
 
Go to file
Steve Ruiz 634176af86 v0.0.35 2021-08-09 21:41:23 +01:00
.github
.husky
.vscode
packages v0.0.35 2021-08-09 21:41:23 +01:00
www v0.0.35 2021-08-09 21:41:23 +01:00
.DS_Store Adds readmes, cleans up jest content 2021-08-09 16:51:58 +01:00
.gitignore Update .gitignore 2021-08-09 18:37:50 +01:00
.prettierrc Moves to snowpack 2021-08-09 16:25:43 +01:00
README.md Adds readmes, cleans up jest content 2021-08-09 16:51:58 +01:00
lerna.json v0.0.35 2021-08-09 21:41:23 +01:00
package.json Adds lerna 2021-08-09 20:45:18 +01:00
tsconfig.json Adds step to build types, too 2021-08-09 21:30:07 +01:00
yarn-error.log Adds readmes, cleans up jest content 2021-08-09 16:51:58 +01:00
yarn.lock Sets package versions 2021-08-09 20:50:16 +01:00

README.md

tldraw

A tiny little drawing app.

Visit tldraw.com.

About

The tldraw project has three parts:

  • The tldraw.com app
  • @tldraw/tldraw, the tldraw editor as a standalone component
  • @tldraw/core, the tldraw renderer as a standalone component

You can find the source for each project in this repository.

Signposting

This project is a monorepo that contains:

  • www: the main tldraw.com app
  • packages/core: the @tldraw/core renderer component and utilities
  • packages/tldraw: the @tldraw/tldraw editor component
  • packages/app: an app to help with package development

Support

To support this project (and gain access to the project while it is in development) you can sponsor the author on GitHub. Thanks!

Author

Local Development

To work on the development app (at packages/app):

  1. Download or clone the repository.

    git clone https://github.com/tldraw/tldraw.git
    
  2. Install dependencies.

    yarn
    
  3. Start the development server.

    yarn start
    
  4. Open the local site at https://localhost:8080.