An open API service indexing awesome lists of open source software.

https://github.com/painochoco/portfolio


https://github.com/painochoco/portfolio

macos neodrag portfolio svelte

Last synced: 5 months ago
JSON representation

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
```