This PR introduces server option config.
If server is specified, glsl-livecoder launches web server on localhost.
server accepts port number to listen on the server.
Currently we can't use videos/images outside the project directory in server mode, because it serves the resources by passing the project directory to express.static().
I'm gonna test symlinks on windows later.
This PR introduces
server
option config. Ifserver
is specified, glsl-livecoder launches web server on localhost.server
accepts port number to listen on the server.