Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syntaxlexx/next-13-metaverse
[Starter Kit] A Metaverse created using Next 13, TailwindCSS, and Framer Motion.
https://github.com/syntaxlexx/next-13-metaverse
framer-motion next13 nextjs react react18 tailwindcss
Last synced: 21 days ago
JSON representation
[Starter Kit] A Metaverse created using Next 13, TailwindCSS, and Framer Motion.
- Host: GitHub
- URL: https://github.com/syntaxlexx/next-13-metaverse
- Owner: syntaxlexx
- License: mit
- Created: 2022-12-03T13:46:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T15:49:06.000Z (about 2 years ago)
- Last Synced: 2024-11-11T18:44:53.179Z (3 months ago)
- Topics: framer-motion, next13, nextjs, react, react18, tailwindcss
- Language: JavaScript
- Homepage: https://metaverse.acelords.com/
- Size: 28.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metaverse
A Next13 template built with:
- Next 13 (with the latest appDir structure)
- Framer Motion
- TailwindCSS## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## Screenshots
![Screenshot 1](public/screenshots/1.png)
![Screenshot 2](public/screenshots/2.png)
![Screenshot 3](public/screenshots/3.png)
![Screenshot 4](public/screenshots/4.png)
![Screenshot 5](public/screenshots/5.png)## Deploy on VPS
Use `PM2````bash
npm installnpm run build
pm2 start ecosystem.config.js
```> NB: For Pete's sake, don't use `npm run start`! Spare us the talk or simply use `Netflify`, `Vercel`, e.t.c
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.