Requirements
- Node.js: v18 or higher
- Valkey: For real-time collaboration features (optional for local-only mode)
Docker Deployment (coming soon)
Manual Deployment
1. Main Application
-
Clone the repository:
-
Install dependencies:
-
Build the application:
-
Start the application:
http://localhost:3000.
2. Collaboration Server (Optional)
For collaboration features to work, you need to run our “proxy” server, draw.
-
Clone the repository:
-
Install dependencies:
-
Start the server:
You can find more information about our server architecture in the Architecture page.
