Running player view on a local web server
Closed this issue · 1 comments
ornato-t commented
Users using the app for in person play should be able to run the player view on their local network on a local server (see README.md#using-this-app, second bullet point).
The easiest way to do this would probably be opening a local web server using express.js in /player/index.js
, hosting it on any machine capable of running node. This would allow in person users to not deal with the complexity of setting up a remote host for the player view on glitch or on any other service.
ornato-t commented
That was easier than anticipated! Fixed in commit fb434d2 and included from release Player view v1.1.0.
Check the wiki for a guide on how to run the app locally.