add make command to start survey

This commit is contained in:
Robin Olsen
2026-02-19 12:22:25 +01:00
parent 5cd1d2ab71
commit 5794836864

View File

@@ -23,6 +23,9 @@ docker-build:
docker-run: docker-run:
@docker run -it -p 8080:8080 survey:latest @docker run -it -p 8080:8080 survey:latest
start:
@go run ./cmd/survey start
cli: tidy cli: tidy
go run ./cmd/pm go run ./cmd/pm