Skip to content

JonasLeonhard/tigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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