https://github.com/benidevo/benidevo.com
My portfolio website
https://github.com/benidevo/benidevo.com
alpinejs gin go htmx particlesjs tailwindcss
Last synced: about 1 year ago
JSON representation
My portfolio website
- Host: GitHub
- URL: https://github.com/benidevo/benidevo.com
- Owner: benidevo
- License: mit
- Created: 2025-06-08T07:10:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-25T23:21:28.000Z (about 1 year ago)
- Last Synced: 2025-06-26T00:28:16.525Z (about 1 year ago)
- Topics: alpinejs, gin, go, htmx, particlesjs, tailwindcss
- Language: Go
- Homepage: https://benidevo.com
- Size: 3.33 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Website
My portfolio website built with Go, HTMX, and Tailwind CSS.
## Tech Stack
- **Backend**: Go 1.24.2 + Gin
- **Frontend**: HTMX + Alpine.js + Tailwind CSS
- **Data**: GitHub API integration
## Quick Start
```bash
# Clone and run with Docker
git clone https://github.com/benidevo/website.git
cd website
make up
```
Visit
## Development
```bash
make up # Start development server
make down # Stop server
make test # Run tests
make format # Format code
```
## License
MIT - see [LICENSE](LICENSE) file for details.