Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itz-amethyst/haunted-house-threejs
Live Project :
https://github.com/itz-amethyst/haunted-house-threejs
Last synced: 22 days ago
JSON representation
Live Project :
- Host: GitHub
- URL: https://github.com/itz-amethyst/haunted-house-threejs
- Owner: itz-Amethyst
- Created: 2022-12-24T14:45:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T12:47:02.000Z (about 2 years ago)
- Last Synced: 2024-11-05T20:13:34.950Z (2 months ago)
- Language: JavaScript
- Homepage: https://haunted-house-callme-milad.vercel.app/
- Size: 33.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Haunted House
![Haunted-House](static/image/Demo_House.png)## 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
```