https://github.com/painochoco/portfolio
https://github.com/painochoco/portfolio
macos neodrag portfolio svelte
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/painochoco/portfolio
- Owner: PainOchoco
- License: gpl-3.0
- Created: 2024-11-03T23:06:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-17T09:31:58.000Z (9 months ago)
- Last Synced: 2025-10-18T12:43:51.452Z (9 months ago)
- Topics: macos, neodrag, portfolio, svelte
- Language: Svelte
- Homepage: https://portfolio.matteo.ooo
- Size: 3.83 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗂️ Portfolio
My online portfolio, built with Svelte.
I wanted to recreate the experience of using the first computer I ever touched, which is the iMac G3 with MacOS 9.
For a better experience, I recommend using a desktop computer and enable full screen.
Available at [portfolio.matteo.ooo](https://portfolio.matteo.ooo)!
## Building
```bash
npm run install
# Either for dev
npm run dev --open
# Or for production
npm run build
```