add html and server interpreters

these are basic and lack most features.
the server seems to work the best.
the html on the other hand is really rough and doesn't seem to work yet.
but it does build the pages and they have all the shapes and sections we
wanted. More work to come. :)
This commit is contained in:
2025-08-25 00:50:55 -06:00
parent cf3ad736b7
commit d36e1bfd86
5 changed files with 681 additions and 6 deletions

View File

@ -14,6 +14,7 @@ func main() {
tailwindCmd(),
setupCmd(),
vueGenCmd(),
serveCmd(), // New command for server interpreter
}
app := &cli.App{