----------------------------------------------------------
----------------------------------------------------------
                  MIDNIGHT EXPRESS
----------------------------------------------------------
----------------------------------------------------------


_____________________________________________________

For the demo I used some shaders which are part of mrmood's
threejs repository. Also I thank jeromeetienne for
the webaudio.js.

For running the demo it is highly recommended to use a
http server (nodejs or anything else) and Chrome.
The package includes a portable edition of http server 
which can be used on Windows .

Function 2020 - Jeno <netro> Horvath

----------------------------------------------------------
----------------------------------------------------------
                    HOW TO RUN THIS
----------------------------------------------------------
----------------------------------------------------------

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 1. Just run start.bat
///////////////////////////////////////////////////////////

start.bat

The browser (Chrome) must be closed before running the demo.

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 2. Install local http-server with Node js 
   (alternative: live-server)
///////////////////////////////////////////////////////////

If you have Node.Js (https://nodejs.org/en/) and npm 
setup then you can use http-server. Just run 'npm install 
http-server -g' and you will be able to use it in 
terminal like 'http-server'

---- start command line or terminal
---- type cd client
---- run http-server

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
3. Run other (local) server
///////////////////////////////////////////////////////////

Run a server on your computer, like Apache, Nginx or Python

