Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevedylandev/3d-haunted-house
https://github.com/stevedylandev/3d-haunted-house
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevedylandev/3d-haunted-house
- Owner: stevedylandev
- Created: 2021-12-16T01:27:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T01:31:57.000Z (about 3 years ago)
- Last Synced: 2024-12-09T00:07:22.959Z (16 days ago)
- Language: JavaScript
- Homepage: 3d-haunted-house.vercel.app
- Size: 5.4 MB
- 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
```