Fix deployment and remove Docker
BASE_PATH
environment variable is now supported and controls the location of assets and the page paths. It allows the project to be deployed as GitHub Project Page while still using the nice HTML5 URLs.- The
npm
scripts for Docker were removed because Docker is not the best options for deployment of a SPA anyway. - Some other minor fixes and improvements.