From 4421b6bdf0965fd688ad7bcd349f8145cb449865 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 27 May 2025 15:49:50 +0100 Subject: [PATCH] command to run frontned@ --- run_frontend.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 run_frontend.sh diff --git a/run_frontend.sh b/run_frontend.sh new file mode 100644 index 0000000..e56b636 --- /dev/null +++ b/run_frontend.sh @@ -0,0 +1 @@ +cd frontend && npm run dev