https://github.com/anindya-dey/threejs-haunted-house
Haunted House from ThreeJS Journey
https://github.com/anindya-dey/threejs-haunted-house
Last synced: 7 months ago
JSON representation
Haunted House from ThreeJS Journey
- Host: GitHub
- URL: https://github.com/anindya-dey/threejs-haunted-house
- Owner: anindya-dey
- Created: 2023-09-17T07:20:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T07:47:48.000Z (about 2 years ago)
- Last Synced: 2025-01-17T06:46:53.544Z (9 months ago)
- Language: JavaScript
- Homepage: https://anindya-dey-haunted-house.vercel.app
- Size: 5.29 MB
- Stars: 1
- 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
```