Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md (#346)
Browse files Browse the repository at this point in the history
Minor inconvenience that bothered me
  • Loading branch information
Tom-stack3 authored Nov 22, 2024
1 parent 05fbb20 commit 6662bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ start command `task go:run`

### 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 All @@ -54,4 +54,4 @@ start command `task: ui:dev`

Create a new tag in GitHub with the version number vX.X.X. This will trigger a new release to be created.

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 comments on commit 6662bbd

Please sign in to comment.