Undergoing migration to React from Vue
This project serves as the MVP (Minimum Viable Product) 🚀 for a larger vision aimed at developing a robotic metaverse, that brings robotic projects in one place. Utilizing a combination of modern web technologies, this platform allows users to interact with robots through a web browser, fostering a unique and interactive environment.
- Interactive Robotic Control: Users can directly interact with robots in a virtual space. 🕹️
- Real-Time Observation: Enables witnessing interactions between other users and robots. 👀
- Cross-User Engagement: Supports multiple users interacting simultaneously within the metaverse. 👥
- Frontend: Developed using Reac and Vite, offering a responsive and efficient user interface. 🌟
- Backend: WIP💪
- Clone the Repo 📥
git clone https://github.com/openroboticmetaverse/mvp-webapp.git
cd mvp-webapp- Docker Compose 🐳
docker compose up -d(In a new terminal)
Open a console in the container 🖥️
docker exec -it mvp_frontend_react /bin/bashIn the container console:
yarnyarn dev --hostEnjoy 🎉🥳
