1npm install web3modal ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai \
2@nomiclabs/hardhat-ethers axios ipfs-http-client @openzeppelin/contracts
1npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
2
3npx tailwindcss init -p
4
5update styles/globals.css with the following
6@tailwind base;
7@tailwind components;
8@tailwind utilities;