https://github.com/doni404/opensea-blockchain-next
This is an opensea cloning project using reactjs, nextjs, sanity storage manager, and thirdweb blockchain SDK. Check it out!
https://github.com/doni404/opensea-blockchain-next
nextjs react tailwindcss thirdweb typescript vercel
Last synced: 26 days ago
JSON representation
This is an opensea cloning project using reactjs, nextjs, sanity storage manager, and thirdweb blockchain SDK. Check it out!
- Host: GitHub
- URL: https://github.com/doni404/opensea-blockchain-next
- Owner: doni404
- Created: 2022-04-26T13:12:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T05:08:45.000Z (over 2 years ago)
- Last Synced: 2024-05-30T13:04:49.535Z (over 1 year ago)
- Topics: nextjs, react, tailwindcss, thirdweb, typescript, vercel
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + Tailwind CSS Example + Thirdweb SDK v2
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).
## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss&project-name=with-tailwindcss&repository-name=with-tailwindcss)
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)).
## 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
```
## Sanity Storage
Sanity [`sanity.io`](https://sanity.io/)
```bash
npm install -g @sanity/cli
sanity init
```
## Thirdweb v2
Thirdweb [`thirdweb.com`](https://thirdweb.com)
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.