ThePrototype is an online collaborative platform for rapid prototyping. Visit theprototype.app
- Download and install Node.js
- Install peerjs-server package
npm install peer -g
- Generate self-signed certificates and run certutil with elevated privileges:
cd certs openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout localhost.key -out localhost.crt -config req.cnf certutil -addstore -enterprise root localhost.crt
- To start server open VSCode, press Ctrl+Shift+P "Tasks: Run Task" and select "Run dev server"
- To force stop server press Ctrl+Shift+P and select Kill All Terminals