Yet another Vue 3 app ... 👾
This project serves as the MVP (Minimum Viable Product) 🚀 for a larger vision aimed at developing a robotic metaverse. 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 Vue 3 and Vite, offering a responsive and efficient user interface. 🌟
- Backend: Powered by Node.js, ensuring robust server-side operations and data management. 💪
- Clone the Repo 📥
git clone https://github.com/openroboticmetaverse/mvp-webapp.git
cd mvp-webapp
- Docker Compose 🐳
docker compose up -d
Open a console in the container 🖥️
docker exec -it mvp_backend /bin/bash
In the container console:
npm i
npm run start
(In a new terminal)
Open a console in the container 🖥️
docker exec -it mvp_frontend /bin/bash
In the container console:
npm i
npm run dev
Enjoy 🎉🥳