Application to check if a website still down
- Copy .env_template file to .env
cp .env_template .env
- Change variables inside .env file
- Copy .secrets_template.toml file to .secrets.toml
cp .secrets_template.toml .secrets.toml
- Change secret variables inside .secrets.toml file
poetry install
poetry run website-checker