feat: bootstrap design kit and vaporwave demo baseline
This commit is contained in:
12
demo/Makefile
Normal file
12
demo/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
run:
|
||||
go run ./cmd/demo-server
|
||||
|
||||
build:
|
||||
go build ./cmd/demo-server
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
fmt:
|
||||
gofmt -w $$(find . -name '*.go' -type f)
|
||||
|
||||
Reference in New Issue
Block a user