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: 9 months ago
JSON representation
Metaversus Landing with Next.js 13, React, Tailwind & Framer Motion.
- Host: GitHub
- URL: https://github.com/nayak-nirmalya/metaverse-landing
- Owner: nayak-nirmalya
- Created: 2023-08-21T15:54:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T03:50:15.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:11:54.102Z (10 months ago)
- Topics: framer-motion, javascript, nextjs13, react, tailwindcss
- Language: JavaScript
- Homepage: https://metaverse-landing-smoky.vercel.app
- Size: 27.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |