No description
Find a file
Florian Hoss 2fb503abc8
Some checks failed
Build and Push Docker Image / build (push) Failing after 3s
Use ubuntu as base
2024-10-31 09:15:18 +01:00
.forgejo/workflows Use ubuntu as base 2024-10-31 09:15:18 +01:00
.vscode Use gorilla sessions 2024-09-25 15:33:28 +02:00
assets Fix animation 2024-06-11 12:02:46 +02:00
components Add simple icons and option to turn dark mode off 2024-09-30 21:14:47 +02:00
handlers Add simple icons and option to turn dark mode off 2024-09-30 21:14:47 +02:00
internal Use light and dark icons 2024-09-30 20:16:29 +02:00
pkg Insert width and height 2024-10-01 06:42:23 +02:00
scripts Use self hosted icons 2024-09-30 12:05:12 +02:00
services Fix urls 2024-09-30 22:03:58 +02:00
views Use gorilla sessions 2024-09-25 15:33:28 +02:00
.air.toml Move components in separate folder 2024-03-12 16:16:49 +01:00
.env.example Cleanup 2024-09-30 12:08:25 +02:00
.gitattributes The first commit 2023-06-14 21:53:27 +02:00
.gitignore Remove tmp folder 2024-03-12 16:03:16 +01:00
.gitlab-ci.yml Try different ssh config 2024-10-02 11:11:52 +02:00
compose.yml Upgrade packages 2024-06-11 11:27:07 +02:00
Dockerfile Remove color overwrite 2024-09-30 15:06:16 +02:00
go.mod Use self hosted icons 2024-09-30 12:05:12 +02:00
go.sum Use self hosted icons 2024-09-30 12:05:12 +02:00
LICENSE The first commit 2023-06-14 21:53:27 +02:00
main.go Use light and dark icons 2024-09-30 20:16:29 +02:00
package.json Use self hosted icons 2024-09-30 12:05:12 +02:00
README.md Add debugger service 2024-03-26 10:25:19 +01:00
tailwind.config.js Use templ ❤️ 2024-03-12 15:49:08 +01:00
yarn.lock Cleanup 2024-09-30 12:08:25 +02:00

Develop

docker compose run --rm node yarn install
docker compose --profile dev up --build
docker compose --profile debug up --build