diff --git a/makefile b/makefile new file mode 100644 index 0000000..c6620d2 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +.DEFAULT: run +.PHONY: run + +run: + @uvicorn keycloak_collective_portal:app --reload