Personal website, built using HTML, CSS and Go.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/your-repo.git
cd your-repo- Install dependencies
go mod download- Run the application
go run main.go
# or use air
air