/nuxt-template

A nuxt template with JavaScript and TailwindCSS

Primary LanguageVueMIT LicenseMIT

orom

Current Website Repo for Open Robotic Metaverse

Netlify Status

Setup

The site is developed using Nuxt 3

Check out their official website

  1. Clone the Repo
git clone https://github.com/openroboverse/open-rv-website.git
  1. Install dependencies
# npm
npm install
  1. Start the development server on http://localhost:3000:
# npm
npm run dev

Check out the deployment documentation for more information.