Touisse / Metaverse

This is a web site for exploring the metaverse, built with Next.js, Tailwind CSS, and Framer Motion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaverse Web Site

This is a web site for exploring the metaverse, built with Next.js, Tailwind CSS, and Framer Motion.

Getting Started

To run this web site locally, you'll need to have Node.js installed on your machine. You can download it from the official website: https://nodejs.org/.

  1. Clone this repository to your local machine:
git clone https://github.com/Touisse/metaverse.git
  1. Then, navigate to the root folder of the project and install the dependencies:
cd metaverse
npm install
  1. Finally, start the development server and launch the game:
npm start

The web site should now be running on http://localhost:3000/.

Technologies Used

This web site was built using the following technologies:

  • Next.js
  • Tailwind CSS
  • Framer Motion

Deployment

To deploy this web site to a hosting service, you can follow the deployment instructions provided by the hosting service. Here are some common hosting services:

  • Vercel
  • Netlify
  • Heroku

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork this repository to your own GitHub account.

  2. Create a branch for your changes:

git checkout -b my-new-feature
  1. Make your changes and commit them:
git commit -am 'Add some feature'
  1. Push your changes to your fork:
git push origin my-new-feature

Interfaces

Screen Shot 2023-02-24 at 3 31 40 PM

Screen Shot 2023-02-24 at 3 31 58 PM

Screen Shot 2023-02-24 at 3 32 11 PM

Screen Shot 2023-02-24 at 3 32 24 PM

Screen Shot 2023-02-24 at 3 32 34 PM

Screen Shot 2023-02-24 at 3 32 45 PM

Screen Shot 2023-02-24 at 3 32 56 PM

Screen Shot 2023-02-24 at 3 33 04 PM

About

This is a web site for exploring the metaverse, built with Next.js, Tailwind CSS, and Framer Motion.


Languages

Language:JavaScript 96.5%Language:CSS 3.5%