◎ Orbit

The answer is in your network.

1

Install Node.js (if you haven't)

Orbit requires Node.js to run. Download it free from:

https://nodejs.org (choose LTS version)

2

Open Terminal

Mac: Press Cmd + Space, type "Terminal", press Enter

Windows: Press Win + R, type "cmd", press Enter

3

Navigate to this folder

In Terminal, type cd (with a space after), then drag this folder into the Terminal window.

⏎ Press Enter

4

Install & Run

Now copy and paste this command, then press Enter:

npm install && npm run dev

⏳ Wait for "VITE ready" to appear, then open the browser.

✅ That's it!

Open http://localhost:5173 in your browser

💡 Next time

After the first install, just run: cd ~/orbit && npm run dev