Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adydetra/rusun

3D Rusun (house)
https://github.com/adydetra/rusun

react react-three-fiber threejs

Last synced: 6 days ago
JSON representation

3D Rusun (house)

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)