A web design using react, typescript and tailwind css.
Live Demo: https://metaversus-navy-mu.vercel.app/
- Clone Project
git clone https://github.com/sudeepmahato16/Metaversus.git
- Navigate to the project directory by running the following command
cd Metaversus
- Install Packages
npm install (or yarn install)
- Run Project
npm run dev (or yarn run dev)