New landing page

This commit is contained in:
2025-12-09 10:40:17 +01:00
parent d92617f82c
commit ac0473265e
3 changed files with 317 additions and 29 deletions

View File

@@ -3,9 +3,7 @@ APP_NAME=imgfloat
.PHONY: run test package docker-build docker-run ssl
run:
test -f .env && . ./.env; \
export TWITCH_REDIRECT_URI=$${TWITCH_REDIRECT_URI:-http://localhost:8080/login/oauth2/code/twitch}; \
mvn spring-boot:run
test -f .env && . ./.env; mvn spring-boot:run
test:
mvn test