Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adydetra/rusun
3D Rusun (house)
https://github.com/adydetra/rusun
react react-three-fiber threejs
Last synced: 7 days ago
JSON representation
3D Rusun (house)
- Host: GitHub
- URL: https://github.com/adydetra/rusun
- Owner: adydetra
- License: mit
- Created: 2024-08-27T10:37:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:04:19.000Z (3 months ago)
- Last Synced: 2024-10-12T15:42:00.368Z (about 1 month ago)
- Topics: react, react-three-fiber, threejs
- Language: TypeScript
- Homepage: https://rusun.vercel.app
- Size: 73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rusun 🏨
![Static Badge](https://img.shields.io/badge/license-MIT-brightgreen?label=LICENSE)
## Techstack + Tools
- [React](https://react.dev/)
- [Threejs](https://threejs.org/)---
## Get Started
Required to install: [Node.js](https://nodejs.org/)
Clone Repository
```bash
git clone https://github.com/adydetra/rusun.git
cd rusun
```Install package manager
```bash
bun install
```Run Development
```bash
bun dev
```---
> [!NOTE]
> if not using `bun` just delete `bun.lockb`, and switch to another package manager like:```bash
# npm install
# yarn install
# pnpm install
```## License
The code is licensed [MIT](LICENSE)