Template
1
0
Fork 0
goth.stack/README.md

19 lines
477 B
Markdown
Raw Normal View History

2023-05-18 20:04:55 -06:00
# atri.dad
This is my personal website!
## Stack:
- Backend: Golang + Echo
- Rendering: Golang templates
2024-05-01 04:28:59 +00:00
- Style: TailwindCSS + DaisyUI
2023-05-18 20:04:55 -06:00
- Content format: Markdown
## Requirements:
2024-09-14 00:14:06 -06:00
- Golang 1.23.1
2023-05-18 20:04:55 -06:00
## Instructions:
2024-08-19 22:30:56 -06:00
1. Run ```go get```
2023-05-18 20:04:55 -06:00
2. Duplicate the .env.example file and call it .env
2024-08-19 22:23:37 -06:00
3. Fill out the required .env values
2024-10-23 15:04:26 -06:00
4. Run ```go install github.com/air-verse/air@latest``` to download Air for live reload
2024-05-02 15:03:22 -06:00
5. Run ```air``` to start the dev server (macOS and Linux only)