Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1019 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 1019 Bytes

🏗 PokemonNFT

🧪 PokemonNFT is an open-source generic project that allows NFT minting of pokemons.

⚙️ Built using NextJS, RainbowKit, Hardhat, Wagmi, Viem, and Typescript.

Requirements

Before you begin, you need to install the following tools:

How to run locally

To run the Next.js project located in packages/nextjs, follow these steps:

  1. Open your terminal and navigate to the project's root directory.
  2. Change directory to packages/nextjs by running the command cd packages/nextjs.
  3. Install the project dependencies by running yarn install.
  4. Start the development server by running yarn dev.
  5. Open your web browser and visit http://localhost:3000 to view the running Next.js application.

That's it! You should now have the Next.js project up and running locally.