first commit

This commit is contained in:
2023-09-30 21:47:59 +08:00
commit d642ed1a9c
62 changed files with 8635 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
all:
cd webui && npm install && npm run build
go mod tidy && go build .
./pastebin api
ui:
cd webui && npm run build
api:
go build .
./pastebin api