From 8f255ccfd465b1cb397d7663ff0993088635ce66 Mon Sep 17 00:00:00 2001 From: Song Lim Date: Sat, 12 Oct 2024 22:25:56 +0800 Subject: [PATCH] fix: typo in frontend development start command (#278) --- docs/en/contribute/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribute/get-started.md b/docs/en/contribute/get-started.md index d335e7ad9..5ae6d3ebc 100644 --- a/docs/en/contribute/get-started.md +++ b/docs/en/contribute/get-started.md @@ -35,7 +35,7 @@ swagger update command `task swag` ### Frontend Development Notes -start command `task: ui:dev` +start command `task ui:dev` 1. The frontend is a Vue 3 app with Nuxt.js that uses Tailwind and DaisyUI for styling. 2. We're using Vitest for our automated testing. You can run these with `task ui:watch`.