Spaces:
Running
Running
metadata
title: Htmx Examples
emoji: 🦀
colorFrom: red
colorTo: green
sdk: docker
pinned: false
license: mit
app_port: 5001
Fasthtml Examples
The repository reproduces HTMX official examples in Python with FastHTML
Visit the site here
Github: link
Run
uv sync
alias tom="uv run tom"
tom dev
Dev
# List command
tom
# Run test
tom test
# Build and run docker
tom docker