Skip to content

View Pudgy [Nextjs] [Tailwind] [Shadcn] [Wagmi] Penguin NFTs by entering an address. Discover your favorite Pudgy Penguin NFTs in a user-friendly interface.

Notifications You must be signed in to change notification settings

Burtonium/pudgy-penguin-view

Repository files navigation

Pudgy Penguins NFT Viewer

This is a T3 Stack project bootstrapped with create-t3-app.

Tech stack:

Getting Started

To deploy your Next.js project, you can follow these simple steps:

  1. Make sure you have Node.js installed on your machine. You can download it from the official website: Node.js.

  2. Open your terminal or command prompt and navigate to the root directory of your Next.js project.

  3. Install the project dependencies by running the following command:

npm install
  1. Once the dependencies are installed, you can start the development server by running the following command:
npm run dev

This will start the Next.js development server and your project will be accessible at http://localhost:3000.

  1. You can now make changes to your project and see the updates in real-time as you save the files.

  2. When you are ready to deploy your project, you can build the production-ready version by running the following command:

npm run build

This will create an optimized build of your Next.js project in the ./out directory.

  1. Finally, you can deploy your project to your preferred hosting platform. You can refer to the deployment guides provided by Next.js for more information on deploying to platforms like Vercel, Netlify, or Docker.

Remember to configure any necessary environment variables and deployment settings specific to your hosting platform.

Any Challenges?

Leo

Assumptions

  1. I assumed that having fetching the NFTs on serverside was just to show I can do serverside, I guess? Because it's not exactly efficient if it can be done from the front end instead.

About

View Pudgy [Nextjs] [Tailwind] [Shadcn] [Wagmi] Penguin NFTs by entering an address. Discover your favorite Pudgy Penguin NFTs in a user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published