openroboticmetaverse / mvp-webapp

orom mvp - robotics platform
https://mvp.openroboticmetaverse.org/
MIT License
3 stars 3 forks source link
mujoco robotics ros2 threejs vue

orom

🤖 open robotic metaverse mvp - robotics platform 🌐

Migration WIP

Undergoing migration to React from Vue

Netlify Status

Overview 🔍

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.

image

Key Features 🗝️

Technology Stack 🛠️

Setup ⚙️

  1. Clone the Repo 📥
git clone https://github.com/openroboticmetaverse/mvp-webapp.git
cd mvp-webapp
  1. Docker Compose 🐳
docker compose up -d

Start the frontend 🖼️

(In a new terminal)

Open a console in the container 🖥️

docker exec -it mvp_frontend_react /bin/bash

In the container console:

yarn
yarn dev --host

Enjoy 🎉🥳