mirror of
https://github.com/ghndrx/webos.git
synced 2026-02-10 06:45:00 +00:00
Initial WebOS portfolio site
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user