----------------------------------------------------------
----------------------------------------------------------
                       1986
----------------------------------------------------------
----------------------------------------------------------

1986 was the year when a lot of things changed in the 
world. Without doubt the most famous event of the year was 
the Chernobyl nuclear disaster. Thousands of people 
suffered some form of damage or died in this fatal 
accident. Its aftermath not only changed the way the world 
works, but also affected the lives of many people who lived
far from the site. My grandfather died of a bone marrow 
tumour the year after the accident and although we don't 
know if the two are related, I would like to dedicate this 
to him and to all those who suffered the events of that 
time. 

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

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 2021 - Jeno <netro> Horvath

----------------------------------------------------------
----------------------------------------------------------
                    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