In order to be able to use the ChronosZoi 2021 Web Application, a local server needs to be created. This is because the Web Application is currently not available on any public server. In order to create this local environment, Python (3.0 or higher) is required.
-
Make sure you have Python, its package manager pip and git installed in your system. Instructions and files for installing Python can be found here. It is recommended to use the latest possible version: https://www.python.org/downloads/
-
Open up a terminal and clone this repository using,
git clone https://github.com/nadinefreistetter/hack_the_arctic_hackathon_2021.git
-
Move into the app directory using
cd hack_the_arctic_hackathon_2021
on Linux anddir hack_the_arctic_hackathon_2021
on Windows. -
Install the dependencies using
pip3 install -r requirements.txt
-
Finally run
python3 app.py
to start the application and visit http://127.0.0.1:8050/ to see the application live.