No description
  • Python 64.6%
  • HTML 31.9%
  • Dockerfile 3.5%
Find a file
2025-02-11 16:59:21 +01:00
.vscode Initial commit 2025-02-11 16:44:36 +01:00
app Initial commit 2025-02-11 16:44:36 +01:00
.gitignore Initial commit 2025-02-11 16:29:12 +01:00
docker-compose.yml Initial commit 2025-02-11 16:44:36 +01:00
Dockerfile Initial commit 2025-02-11 16:44:36 +01:00
LICENSE Initial commit 2025-02-11 16:29:12 +01:00
README.md Update README.md 2025-02-11 16:58:33 +01:00

bloodpressure-viewer-htmx

venv

1.
python -m venv venv

2.
.\venv\Scripts\activate      # Windows
source venv/bin/activate     # Linux

Docker

docker-compose up --build