Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunosimon/my-room-in-3d
https://github.com/brunosimon/my-room-in-3d
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunosimon/my-room-in-3d
- Owner: brunosimon
- Created: 2021-08-07T11:39:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T18:58:25.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:16:17.722Z (9 days ago)
- Language: JavaScript
- Homepage: my-room-in-3d.vercel.app
- Size: 47.1 MB
- Stars: 3,397
- Watchers: 25
- Forks: 472
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-github-star - my-room-in-3d
README
# My Room in 3D
## Links
- [GitHub](https://github.com/brunosimon/my-room-in-3d)
- [Live](https://my-room-in-3d.vercel.app)## 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
```