Template
1
0
Fork 0

README changes

This commit is contained in:
Atridad Lahiji 2024-08-19 22:25:56 -06:00
parent cf0c417c0e
commit b33cc1a647
No known key found for this signature in database

View file

@ -18,7 +18,3 @@ This is my personal website!
5. Run ```air``` to start the dev server (macOS and Linux only) 5. Run ```air``` to start the dev server (macOS and Linux only)
_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._ _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`