This PR introduces the beginnings of Sprint Padawan. Reviewed-on: #1
@@ -0,0 +1,13 @@
.PHONY: dev build clean
# Run the development server
dev:
go run main.go
# Build the standalone binary
build:
go build -o sprintpadawan main.go
# Clean the compiled binary
clean:
rm -f sprintpadawan
The note is not visible to the blocked user.