https://github.com/joaopinto15/joaopinto15.github.io
https://github.com/joaopinto15/joaopinto15.github.io
3d portfolio react treejs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaopinto15/joaopinto15.github.io
- Owner: joaopinto15
- Created: 2022-07-29T17:27:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-01T21:40:42.000Z (8 months ago)
- Last Synced: 2025-11-01T23:26:06.155Z (8 months ago)
- Topics: 3d, portfolio, react, treejs
- Language: JavaScript
- Homepage: https://joaopinto15.github.io/
- Size: 33.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portfolio
> This is my portfolio website. It is built using Vite, React, and Tailwind CSS (using Three.js for 3D rendering).
## Commands to run the project
```bash
# Install dependencies
npm install
# Run the development server
npm run dev
# Build for production
npm run build
```