Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hvshitesh/portfolio
My personal portfolio showcases my skills, experience, and projects. Feel free to explore and discover more about my work. I’d love to hear your thoughts and ideas, so don’t hesitate to share your feedback!
https://github.com/hvshitesh/portfolio
reactjs threejs typescript
Last synced: about 1 month ago
JSON representation
My personal portfolio showcases my skills, experience, and projects. Feel free to explore and discover more about my work. I’d love to hear your thoughts and ideas, so don’t hesitate to share your feedback!
- Host: GitHub
- URL: https://github.com/hvshitesh/portfolio
- Owner: Hvshitesh
- Created: 2025-01-01T15:00:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T16:15:59.000Z (about 1 month ago)
- Last Synced: 2025-01-15T18:25:27.973Z (about 1 month ago)
- Topics: reactjs, threejs, typescript
- Language: TypeScript
- Homepage: https://hvshitesh.netlify.app/
- Size: 31.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🌟 Build Instructions
### Personal Portfolio :
- **Showcasing**: My **skills**, **experience**, and **projects**.
- **Explore**: Feel free to check it out and discover more! 😊
- **Feedback**: I'd love to hear your thoughts and ideas! 💬✨### How to Start :
```bash
# Install dependencies (only required for the first time)
npm install# Run the local development server on localhost:1234
npm run dev# Build the project for production in the dist/ directory
npm run build