----------------------------------------------------------
----------------------------------------------------------
                    DER TRABANT
----------------------------------------------------------
----------------------------------------------------------

An imaginary computer-generated advertisement from the
1980s.

Thanks to my father and his VHS collection for the
inspiration.

Experience 2021 - Jeno <netro> Horvath

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫

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 .

----------------------------------------------------------
----------------------------------------------------------
                   HOW TO RUN THIS
----------------------------------------------------------
----------------------------------------------------------
┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 1. Just run start.exe
///////////////////////////////////////////////////////////

start.exe

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

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

start.bat

Rename the 'start._bat' file in the '/server' folder to
'start.bat' and copy it to the root of the demo.

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 3. 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

┠━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫
ver 4. Run other (local) server
///////////////////////////////////////////////////////////

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