Restored lost files and now serving from Go
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
dd67fc967a
commit
f439090fa2
22 changed files with 646 additions and 2 deletions
8
justfile
8
justfile
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue