Skip to content

Commit

Permalink
fix: typo in frontend development start command (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
songlim327 authored Oct 12, 2024
1 parent c9ed50a commit 8f255cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/contribute/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 8f255cc

Please sign in to comment.