View the site here: telescope.pics
Poetry installation
Via pipx:
pip install pipx
pipx install poetry
pipx inject poetry poetry-pre-commit-pluginVia pip:
pip install poetry
poetry self add poetry-pre-commit-plugin- Setup:
poetry install - Run static checks:
poetry run poe lintorpoetry run pre-commit run --all-files
- Start the live-reloading docs server:
poetry run mkdocs serve - Build the documentation site:
poetry run mkdocs build
Created from smkent/cookie-python using cookiecutter