npm install web3modal ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai
@nomiclabs/hardhat-ethers axios ipfs-http-client @openzeppelin/contracts
npx create-next-app marketplace-app
cd marketplace-app
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
npx tailwindcss init -p
update styles/globals.css with the following
@tailwind base;
@tailwind components;
@tailwind utilities;