https://github.com/hashfx/portfolio2022
Personal Portfolio Website in threejs
https://github.com/hashfx/portfolio2022
Last synced: 3 months ago
JSON representation
Personal Portfolio Website in threejs
- Host: GitHub
- URL: https://github.com/hashfx/portfolio2022
- Owner: hashfx
- License: agpl-3.0
- Created: 2022-04-16T16:01:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T12:08:36.000Z (over 1 year ago)
- Last Synced: 2025-04-01T12:04:01.043Z (over 1 year ago)
- Language: JavaScript
- Size: 43.4 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Portfolio Website
## Developer: [Harsh Soni](https://github.com/hashfx)
|Tech-Stack|ThreeJS|HTML|JS|GLSL|
|:--:|:--:|:--:|:--:|:--:|
---
## Implement Locally
### 1. Clone github repo
```bash
git clone https://github.com/hashfx/Portfolio2022.git
```
### 2. Install dependencies (just once)
```bash
npm install
```
### 3. Serve at localhost
```bash
npm run dev
```
### 4. Build for production in the dist/ directory
```bash
npm run build
```
### 5. Deploy to gh-pages
```bash
npm install gh-pages
npm run deploy
````
---
## License
### [AGPL-3.0 License](https://github.com/hashfx/Portfolio2022/blob/master/LICENSE.md)
## Contributions
### To Contribute in any means, open an issue first
---
Thanks for Visiting the Profile and Repository of Portfolio 2022 😊