Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.82 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.82 KB

Next.js + Tailwind CSS Example + Thirdweb SDK v2

This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

Deploy it to the cloud with Vercel (Documentation).

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

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

npm install -g @sanity/cli
sanity init

Thirdweb v2

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