This repository contains the source code for Tldraw, a collaborative drawing application built using React, Node.js.
To run Tldraw locally, please follow the instructions below:
Node.js (version 18 or higher) Docker
1.Clone the repository:
2.Navigate to the project directory:
3.Install the dependencies:
To run Tldraw in development mode, use the following command:
This command will start the development server on [http://localhost:3046].
Tldraw can also be run using Docker. To build and run the Docker image, execute the following commands:
The application will be accessible at [http://localhost:83].
Tldraw is licensed under the AGPL-3.0 license. See the LICENSE file for more information.