atri.dad/README.md
2024-09-23 22:46:39 -06:00

17 lines
353 B
Markdown

# atri.dad
This is my personal website!
## Stack:
- Backend: Golang + Echo
- Rendering: Golang templates
- Style: TailwindCSS + DaisyUI
- Content format: Markdown
## Requirements:
- Golang 1.23.1
## Instructions:
1. Run ```go get```
2. Duplicate the .env.example file and call it .env
3. Fill out the required .env values
4. Run ```go run main.go```