https://github.com/migueldcdev/portfolio-3d-avatar
https://github.com/migueldcdev/portfolio-3d-avatar
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/migueldcdev/portfolio-3d-avatar
- Owner: migueldcdev
- Created: 2026-03-18T13:08:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T16:09:45.000Z (4 months ago)
- Last Synced: 2026-03-19T06:09:13.200Z (4 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Avatar
Low-poly developer desk scene built with Three.js for use as a portfolio hero element.
## Features
- Desk with monitor, RGB keyboard, coffee mug, and books
- Sleeping puppy with breathing and Zzz animations
- Starry night carpet
- Auto-rotating camera with intro animation
## Setup
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```