Categorygithub.com/jonasleonhard/go-htmx-time
repositorypackage
0.0.0-20240229153240-c7d3442ae5dd
Repository: https://github.com/jonasleonhard/go-htmx-time.git
Documentation: pkg.go.dev

# 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

register

Starting the app:

  1. setup your env file from the example.env!

  2. watch for tailwind changes

just css
  1. watch for go changes and run the server
just dev
  1. 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