See https://docs.google.com/presentation/d/1rznXBWn9Fd3MhqTOP81x0gXLR_0CuPeuJ_pSeJJmoTU/edit and join us at the discord channel.
Write something here.
Install python 3 on your computer, and clone this repository. Then follow the explanation for your operating system. In the end your web server is running on port 8000, so you should be able to browse it at:
http://127.0.0.1:8000/
Open cmd in this folder. To install all requirements execute:
scripts\install.bat
To run the web server execute:
scripts\run-website.bat
Open cmd in the scripts folder. To install all requirements execute:
install.sh
To run the web server execute:
run-website.sh