Restored lost files and now serving from Go

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2024-02-14 18:39:12 +00:00
parent dd67fc967a
commit f439090fa2
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
22 changed files with 646 additions and 2 deletions

View file

@ -10,3 +10,11 @@ build-all:
git:
git add -A && git commit -sS && git push
serve: build-all
./friends-best
go-tidy:
cd ./server && go mod tidy && cd ..
go-get MOD:
cd ./server && go get {{MOD}} && cd ..