https://github.com/zayniddindev/portfolio
Portfolio Website with Three.js
https://github.com/zayniddindev/portfolio
javascript
Last synced: 7 months ago
JSON representation
Portfolio Website with Three.js
- Host: GitHub
- URL: https://github.com/zayniddindev/portfolio
- Owner: zayniddindev
- Created: 2022-01-13T15:27:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T08:50:11.000Z (over 4 years ago)
- Last Synced: 2025-01-08T18:49:39.182Z (over 1 year ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website with Three.js
Visit https://zayniddin.algol.uz/
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```
Inspired by Courtesy of Bruno Simon of https://threejs-journey.xyz/