Information & documentation website for Handy-Http. https://handy-http.andrewlalis.com/
Go to file
Andrew Lalis 99eef1d617 Added initial mkdocs files. 2026-03-31 20:34:09 -04:00
docs Added initial mkdocs files. 2026-03-31 20:34:09 -04:00
.gitignore Added initial mkdocs files. 2026-03-31 20:34:09 -04:00
LICENSE Added license. 2026-03-31 19:21:32 -04:00
README.md Added initial mkdocs files. 2026-03-31 20:34:09 -04:00
mkdocs.yml Added initial mkdocs files. 2026-03-31 20:34:09 -04:00

README.md

Handy-Http Website

This repository contains the source code for the Handy-Http website that is used to showcase the project and provide easy access to documentation.

The website is built using MkDocs, and we develop it in a Python virtual environment.

Setup

python3 -m venv .env
source .env/bin/activate
pip install mkdocs
pip install mkdocs-material

To exit the Python virtual environment, type deactivate in your shell.