# Packages
No description provided by the author
# README
About
Tigo. A work in progress local timetracking webapp using go and htmx
Features:
- Track your time
- The time is stored in a local sqlite file
Starting the app:
-
setup your env file from the example.env!
-
watch for tailwind changes
just css
- watch for go changes and run the server
just dev
- watch for template changes in templ
just templ
You should now be able to view the hotreloading app on localhost:7331
Building tailwind styles for templates
just css
Rebuilding the ent db schema
just ent
Running in dev mode & reload after making changes
just dev
Running app
just run