https://github.com/yumyo/threejs-scroll-based
https://github.com/yumyo/threejs-scroll-based
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yumyo/threejs-scroll-based
- Owner: yumyo
- Created: 2024-09-17T10:59:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:03:57.000Z (about 1 year ago)
- Last Synced: 2025-04-09T16:53:11.409Z (6 months ago)
- Language: JavaScript
- Size: 46.9 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
```