Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

28 lines (12 loc) · 316 Bytes

WIP

Install dependencies

npm install

Newer versions of chrome only allow mic/camera access on secure domains, so...

Generate SSL certificate to run https server:

chmod +x genrsa.sh

./genrsa.sh

(Enter your certificate details)

Start server

npm run start

View at:

https://localhost:3000