Skip to content
aeryli edited this page Jan 14, 2026 · 5 revisions

Server

Requires node.js via npm, git, and localtunnel.

git clone https://github.com/TurboWarp/cloud-server
cd cloud-server
npm install
npm start

In a new terminal, run this: lt --port 9080 --subdomain scratch-cloud

Client

Method A: Download Client
Method B: Use the web client

Clone this wiki locally