Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 375 Bytes

File metadata and controls

13 lines (8 loc) · 375 Bytes

kinueng.github.io

Personal website hosted on GitHub Pages.

Local Development

Run with Docker (live reload — no rebuild needed):

docker run -d --name kinueng-site -p 8080:80 -v $(pwd):/usr/share/nginx/html:ro nginx:alpine

Then open http://localhost:8080 in your browser. Any file changes are reflected on refresh.