Commit Graph

9 Commits

Author SHA1 Message Date
ekzyis ee3e5e82e4 Remove old code
* removed code that will not be used
* removed code that will most likely be rewritten
2024-07-12 11:00:51 +02:00
ekzyis 01f85bd098 Setup tailwindcss 2024-07-10 06:12:43 +02:00
ekzyis 440440c987 Add make dev 2024-07-10 04:48:45 +02:00
ekzyis 123404d090 chmod +x hotreload.sh 2023-11-25 19:49:38 +01:00
ekzyis 7558655458 refactor: Structure code into different packages
I have put too much code into the same files.

Also, I put everything into the same package: main.

This package is only meant for executables.

Therefore, I have refactored my code to use multiple packages. These packages also guarantee separation of concerns since Golang doesn't allow cyclic imports.
2023-09-10 23:13:08 +02:00
ekzyis 6c111501ec Show server logs in hotreload script output 2023-09-09 22:52:51 +02:00
ekzyis b8a759b141 hotreload: don't die on build errors 2023-09-09 22:52:51 +02:00
ekzyis 011b2eff0a Move HTML to pages/ 2023-09-09 22:52:50 +02:00
ekzyis bf8717e2b1 Add hot reload for development 2023-09-09 22:52:50 +02:00