An implementation of Todo MVC using my in development Odin web stack and HTMX.
Using my own packages:
This is mainly here to dogfood the libraries and provide an example.
The docker container does not work on the arm architecture currently because of a bug in Odin.
First compile the templating engine: odin build vendor/temple/cli -out:./temple
.
Then compile the templates: ./temple . vendor/temple
Then the project: odin build .
The project is deployed on Render using the Dockerfile in this repo, with a Cloudflare proxy in front.