No description
Find a file
2024-04-03 17:55:48 +02:00
.vscode Add debugger service 2024-03-26 10:25:19 +01:00
assets Remove parameter 2024-03-18 18:21:13 +01:00
components Use gravatar 2024-04-03 17:55:48 +02:00
handlers Use zitadel, remove echo and use standard router 2024-04-03 12:17:05 +02:00
internal Use gravatar 2024-04-03 17:55:48 +02:00
scripts Add debugger service 2024-03-26 10:25:19 +01:00
services Make auth optional 2024-03-19 11:36:09 +01:00
views Use zitadel, remove echo and use standard router 2024-04-03 12:17:05 +02:00
.air.toml Move components in separate folder 2024-03-12 16:16:49 +01:00
.env.example Use logto again 2024-03-30 00:27:23 +01: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 Use global gitlab variable versions 2024-03-13 11:51:52 +01:00
compose.yml Use logto again 2024-03-30 00:27:23 +01:00
Dockerfile Use logto again 2024-03-30 00:27:23 +01:00
go.mod Use zitadel, remove echo and use standard router 2024-04-03 12:17:05 +02:00
go.sum Use zitadel, remove echo and use standard router 2024-04-03 12:17:05 +02:00
LICENSE The first commit 2023-06-14 21:53:27 +02:00
main.go Use zitadel, remove echo and use standard router 2024-04-03 12:17:05 +02:00
package.json Use templ ❤️ 2024-03-12 15:49:08 +01: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
tbot.yaml Use templ ❤️ 2024-03-12 15:49:08 +01:00
yarn.lock Use templ ❤️ 2024-03-12 15:49:08 +01:00

Develop

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