npm install
npm run dev
# then open `https://<your-ip-address>:9000`
https://boxman-signaling-server.now.sh
(some times)npm install
npm start
Couldn’t figure out websockets exactly with now v2.0, so I’m still using v1 for that part of the app. I haven’t seemed to run into any problems with websocket connections closing unexpectedly.
cd signaling-server
now
# and then alias to boxman-signaling-server
now alias
npm run client:build
cd dist
now
now alias <url-on-clipboard> boxman