cinemafront
Python site generator for api json
Pre-install for ArchLinux
sudo pacman -S caddy
Installation guide
git clone https://github.com/holovin777/cinemafront.git
cd cinemafront
Create new repository cinemawww
.
git clone git@github.com:<your_user>/cinemawww.git
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python cinemafront.py
cd cinemawww
caddy file-server --listen :3000