Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nayak-nirmalya/metaverse-landing

Metaversus Landing with Next.js 13, React, Tailwind & Framer Motion.
https://github.com/nayak-nirmalya/metaverse-landing

framer-motion javascript nextjs13 react tailwindcss

Last synced: 15 days ago
JSON representation

Metaversus Landing with Next.js 13, React, Tailwind & Framer Motion.

Awesome Lists containing this project

README

        

# Metaversus Landing with Next.js 13, React, Tailwind & Framer Motion.

Features:

- Tailwind design
- Full responsiveness
- Beautiful Design
- Awesome Animation

Credits: [Adrian Hajdin ](https://github.com/adrianhajdin)

### Prerequisites

**Node version 18.x.x**

### Cloning the Repository

```shell
git clone https://github.com/nayak-nirmalya/metaverse-landing.git
```

### Install Packages

```shell
npm install
```

### Start the App

```shell
npm run dev
```

## Available Commands

Running commands with npm `npm run [command]`

| command | description |
| :------ | :--------------------------------------- |
| `dev` | Starts a development instance of the app |
| `lint` | Run lint check |
| `build` | Start building app for deployment |
| `start` | Run build version of app |