This is the repository of the Front Pages for Liege Hackerspace (LgHS) Website. Welcome.
The website uses the Flask Microframework to run.
git clone https://github.com/LgHS/Site-V2
pip install -r requirements.txt
python3 run.py
Note: Launching the app from the IDLE has been proven hazardous and may leave some hidden processes running in background. Such process might still be the active one despite not preventing new ones from starting, thus leading to situations hard to debug.
You can easily enable the dev config by setting the LGHS_WEBSITE_CONFIG
to lghs_dev_config.py
.