Local setup To run this project locally, follow these steps.

Clone the project locally, change into the directory, and install the dependencies:

git clone https://github.com/NilayGanvit/AFB3_NFT-marketplace.git

cd AFB3_NFT-marketplace

# install using NPM or Yarn
npm install

# or

yarn
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm run dev