short description of the project
- clone the repo
- change into the project's root directory e.g.
cd schnitzler-mikrofilme-static - create a virtual environment e.g.
python -m venv venvand activate itsource venv/bin/activate - install required packages
pip install -r requirements.txt - run
python build_static.pyto build the website - to test the result, change into
htmland start a python serverpython -m http.server
This project was bootstraped by python-static-cookiecutter