Skip to content

AlexZ005/theprototype.app

Repository files navigation

theprototype.app

ThePrototype is an online collaborative platform for rapid prototyping. Visit theprototype.app

video

Start private development server

  1. Download and install Node.js
  2. Install peerjs-server package npm install peer -g
  3. 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
  4. To start server open VSCode, press Ctrl+Shift+P "Tasks: Run Task" and select "Run dev server"
  5. To force stop server press Ctrl+Shift+P and select Kill All Terminals