We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fbb20 commit 6662bbdCopy full SHA for 6662bbd
CONTRIBUTING.md
@@ -44,7 +44,7 @@ start command `task go:run`
44
45
### Frontend Development Notes
46
47
-start command `task: ui:dev`
+start command `task ui:dev`
48
49
1. The frontend is a Vue 3 app with Nuxt.js that uses Tailwind and DaisyUI for styling.
50
2. We're using Vitest for our automated testing. You can run these with `task ui:watch`.
@@ -54,4 +54,4 @@ start command `task: ui:dev`
54
55
Create a new tag in GitHub with the version number vX.X.X. This will trigger a new release to be created.
56
57
-Test -> Goreleaser -> Publish Release -> Trigger Docker Builds -> Deploy Docs + Fly.io Demo
+Test -> Goreleaser -> Publish Release -> Trigger Docker Builds -> Deploy Docs + Fly.io Demo
0 commit comments