Current Website Repo for Open Robotic Metaverse
The site is developed using Nuxt 3
Check out their official website
- Clone the Repo
git clone https://github.com/openroboverse/open-rv-website.git
- Install dependencies
# npm
npm install
- Start the development server on
http://localhost:3000
:
# npm
npm run dev
Check out the deployment documentation for more information.