Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nayak-nirmalya/metaverse-landing
- Owner: nayak-nirmalya
- Created: 2023-08-21T15:54:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T03:50:15.000Z (over 1 year ago)
- Last Synced: 2024-11-21T20:30:35.710Z (3 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 AnimationCredits: [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 |