Spaces:
Running
Running
| title: Reachy Mini | |
| emoji: π€ | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| pinned: false | |
| # Reachy Mini Website | |
| The official website for Reachy Mini - an expressive companion robot designed for human interaction, creative coding, and AI experimentation. | |
| ## π Auto-deploy | |
| This site builds automatically on Hugging Face Spaces using Docker: | |
| 1. Push to this repo | |
| 2. HF builds the Docker image (Node.js + Vite build) | |
| 3. Serves the static site with nginx | |
| ## π» Local Development | |
| ```bash | |
| # Install dependencies | |
| yarn install | |
| # Start dev server | |
| yarn dev | |
| # Build for production | |
| yarn build | |
| ``` | |
| ## π οΈ Stack | |
| - **Vite** + **React 19** | |
| - **MUI (Material-UI)** for components | |
| - **React Router** for navigation | |
| - **React Spring** for animations | |
| ## π Structure | |
| ``` | |
| src/ | |
| βββ components/ # Reusable UI components | |
| βββ context/ # React context (AppsContext) | |
| βββ pages/ # Page components | |
| βββ theme/ # MUI theme configuration | |
| βββ assets/ # Images, fonts | |
| ``` | |