A computer in your browser: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
Created page with "https://github.com/HeyPuter"
 
No edit summary
Line 1: Line 1:
https://github.com/HeyPuter
https://github.com/HeyPuter
==Local Development==
git clone https://github.com/HeyPuter/puter
cd puter
npm install
npm start
This will launch Puter at http://localhost:4000 (or the next available port).

Revision as of 16:48, 3 May 2024

https://github.com/HeyPuter

Local Development

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