Template
1
0
Fork 0
This commit is contained in:
Atridad Lahiji 2024-05-02 15:03:22 -06:00
parent cdb51bac86
commit ec04d36559
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ This is my personal website!
2. Duplicate the .env.example file and call it .env 2. Duplicate the .env.example file and call it .env
3. Fill out the .env values 3. Fill out the .env values
4. Run ```go install github.com/cosmtrek/air@latest``` to download Air for live reload 4. Run ```go install github.com/cosmtrek/air@latest``` to download Air for live reload
5. Run ```air``` to start the dev server 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._