docs: slightly improve docs
This commit is contained in:
parent
dd608bbb22
commit
0d5b6e276e
9 changed files with 73 additions and 47 deletions
8
Makefile
8
Makefile
|
@ -1,13 +1,5 @@
|
|||
all: generate backend frontend
|
||||
|
||||
.PHONY: migrate
|
||||
migrate:
|
||||
go run -v ./scripts/migrate
|
||||
|
||||
.PHONY: seeddb
|
||||
seeddb:
|
||||
go run -v ./scripts/seeddb
|
||||
|
||||
.PHONY: backend
|
||||
backend:
|
||||
CGO_ENABLED=0 go build -v -o pronouns -ldflags="-buildid= -X codeberg.org/u1f320/pronouns.cc/backend/server.Revision=`git rev-parse --short HEAD` -X codeberg.org/u1f320/pronouns.cc/backend/server.Tag=`git describe --tags --long`" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue