Skip to content

arshadakl/ssh-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-portfolio

Interactive terminal portfolio built with Go + Bubbletea + Lipgloss.

Try it

ssh arshadakl.in

Build & Run

Clone

git clone https://github.com/arshadakl/ssh-portfolio.git
cd ssh-portfolio

Run directly

go run main.go

Build

# Linux / macOS
go build -o portfolio .
./portfolio

# Windows
go build -o portfolio.exe .
.\portfolio.exe

Cross-compile

# Linux (from any OS)
GOOS=linux GOARCH=amd64 go build -o portfolio .

# macOS (from any OS)
GOOS=darwin GOARCH=amd64 go build -o portfolio .

# Windows (from any OS)
GOOS=windows GOARCH=amd64 go build -o portfolio.exe .

Requirements

Go 1.21+

About

SSH terminal portfolio in Go using Wish + Bubble Tea, running alongside a Next.js site on the same domain via Docker, Nginx, GCP, and GitHub Actions CI/CD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages