Fuck you Tim Apple

This commit is contained in:
2024-04-17 18:37:39 -06:00
parent 475d6707e3
commit b5d5f472ba
17 changed files with 29 additions and 34 deletions

View File

@ -17,6 +17,8 @@ This is my personal website!
4. Run ```go install github.com/cosmtrek/air@latest``` to download Air for live reload
5. Run ```air``` to start the dev server
_Note that on MacOS, you need to right click and open the appropriate tailwind executable before you can run StyleGen. This is a limitation of running unsigned binaries in MacOS. Blame Tim Apple._
## Tests
Without Coverage: `go test atri.dad/lib`
With Coverage: `go test atri.dad/lib -cover`