Realtime HTML5 Camera Simulation
This is a completely static site so:
- Clone this repo.
- Point your favourite static web server, e.g. NGINX or Apache, to the checked out directory.
- Ensure caching is switched off in your web browser when making changes.
To build an version with cache-busters on the URLs and optimised javascript:
- Install Node JS.
- Run
./build.sh
. This will generate abuild
directory with the built version of the site. - Serve the contents of the
build
directory as static assets from your web server, servingbuild/index.html
on the root path.