Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 install

npm 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.