Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiyuan404/portfolio
wip
https://github.com/xiyuan404/portfolio
threejs
Last synced: 19 days ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/xiyuan404/portfolio
- Owner: xiyuan404
- Created: 2024-07-02T08:17:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T07:41:26.000Z (24 days ago)
- Last Synced: 2024-12-16T08:34:33.661Z (24 days ago)
- Topics: threejs
- Language: JavaScript
- Homepage: https://portfolio-jjo4n01sg-ayaos-projects.vercel.app/
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## 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
```