mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
31 lines
585 B
Markdown
31 lines
585 B
Markdown
# WebOS - Greg's Portfolio
|
|
|
|
A WebOS-style personal resume and portfolio site.
|
|
|
|
## Features
|
|
|
|
- 🖥️ Desktop-like interface with draggable, resizable windows
|
|
- 📁 Multiple "apps": About, Projects, Resume, Contact, Terminal
|
|
- 🎮 Interactive terminal with commands
|
|
- 📱 Mobile responsive
|
|
|
|
## Local Development
|
|
|
|
Just open `index.html` in a browser, or serve with:
|
|
|
|
```bash
|
|
python3 -m http.server 8000
|
|
# or
|
|
npx serve .
|
|
```
|
|
|
|
## Deployment
|
|
|
|
Automatically deploys to production on push to `main` via GitHub Actions.
|
|
|
|
**Live site**: https://ghndrx.dev (or your domain)
|
|
|
|
## License
|
|
|
|
MIT
|