A computer in your browser: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
  git clone https://github.com/HeyPuter/puter
  git clone https://github.com/HeyPuter/puter
  cd puter
  cd puter
apt install npm
  npm install
  npm install
  npm start
  npm start
  This will launch Puter at http://localhost:4000 (or the next available port).
  This will launch Puter at http://localhost:4000 (or the next available port).

Revision as of 12:00, 4 May 2024

https://github.com/HeyPuter

Local Development

git clone https://github.com/HeyPuter/puter
cd puter
apt install npm
npm install
npm start
This will launch Puter at http://localhost:4000 (or the next available port).