Map of reception points for refugees near Polish-Ukrainian border
work in progress...
Steps:
- Create Python virtual env
- Install dependencies
- Generate site from templates
- Run local server
Repeat step 3 after changes.
Commands:
# clone the repo and enter the directory then:
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 generate_sites.py
python3 -m http.server
Go to http://localhost:8000/en/ in the browser.