Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hussain-7/metaverse-web3-app
A Realtime decentralized chat application where you login with your metamask and can chat with other peers in the metaverse.
https://github.com/hussain-7/metaverse-web3-app
cloud metamask moralis nextjs reactjs tailwindcss typescript
Last synced: 24 days ago
JSON representation
A Realtime decentralized chat application where you login with your metamask and can chat with other peers in the metaverse.
- Host: GitHub
- URL: https://github.com/hussain-7/metaverse-web3-app
- Owner: Hussain-7
- Created: 2022-03-26T09:27:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T09:43:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T19:46:14.697Z (3 months ago)
- Topics: cloud, metamask, moralis, nextjs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://metaverse-web3-app.vercel.app/
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + Tailwind Build
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/Hussain-7/Metaverse-Web3-App&project-name=Metaverse-Web3-App&repository-name=Metaverse-Web3-App)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).