Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 994 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 994 Bytes

Todo MVC using Odin and HTMX

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.

Compiling

First compile the templating engine: odin build vendor/temple/cli -out:./temple.

Then compile the templates: ./temple . vendor/temple

Then the project: odin build .

Deployment

The project is deployed on Render using the Dockerfile in this repo, with a Cloudflare proxy in front.