From 9db2500fb340ef304c0f15f4379bc33589df9a63 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 12 Feb 2026 21:44:23 -0800 Subject: Scaffold new frontend and close NK-t0nmbj --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 696eb6f..b9c376f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,10 @@ LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}" default: build all: clean build docs -build: +ui: + cd frontend && npm install && npm run build + +build: ui rice -i ./web embed-go go build ${LDFLAGS} -o ${BINARY} -- cgit v1.2.3