Spaces:
Running
Running
| title: Reachy Mini | |
| emoji: π€ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| pinned: false | |
| # Reachy Mini Website | |
| Official website for **Reachy Mini** β an expressive companion robot for human interaction, creative coding, and AI experimentation. | |
| π **Live:** [reachy-mini-website.hf.space](https://tfrere-reachy-mini-website-redesign.hf.space) | |
|  | |
| ## Quick Start | |
| ```bash | |
| yarn install | |
| yarn dev | |
| ``` | |
| Opens at `http://localhost:5173` | |
| ## Stack | |
| - **Vite** + **React 19** | |
| - **MUI** (Material-UI) | |
| - **React Router** + **React Spring** | |
| ## Deployment | |
| Auto-deploys to Hugging Face Spaces via Docker on push. | |
| ```bash | |
| yarn build # Production build | |
| yarn preview # Preview production build | |
| ``` | |
| ## Structure | |
| ``` | |
| src/ | |
| βββ components/ # Reusable UI (Header, Footer, Layout...) | |
| βββ context/ # AppsContext for app data | |
| βββ pages/ # Home, Download, Apps, FAQ, Build, Buy, GettingStarted | |
| βββ theme/ # MUI theme config | |
| βββ assets/ # Images, illustrations | |
| ``` | |