mirror of
https://github.com/Itsig0/pocketmovie.git
synced 2026-01-22 08:24:38 +00:00
+ baseline to the git
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
run:
|
||||
@templ generate
|
||||
@go run cmd/api/main.go
|
||||
|
||||
build:
|
||||
@templ generate
|
||||
@sqlc generate
|
||||
@go build -o tmp/main cmd/api/main.go
|
||||
|
||||
setup:
|
||||
@curl -o cmd/web/assets/js/datastar.js https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js
|
||||
@curl -o cmd/web/assets/css/fonts/jersey15.woff2 https://fonts.gstatic.com/s/jersey15/v3/_6_9EDzuROGsUuk2TWjiZYAg.woff2
|
||||
Reference in New Issue
Block a user