Update css and README

This commit is contained in:
Dave Gallant
2022-09-02 13:48:40 +00:00
parent d0427e85f6
commit 0d80d4de3b
3 changed files with 26 additions and 10 deletions

View File

@@ -13,13 +13,13 @@ help:
@echo
.PHONY: help
## backend-server: Build and run the backend from source
backend-server:
## backend: Build and run the backend from source
backend:
@cd backend && go run .
.PHONY: server
## frontend-server: Build and run the frontend from source
frontend-server:
## frontend: Build and run the frontend from source
frontend:
@npx vue-cli-service serve
.PHONY: server