🙌🏻🙌🏻We Bagged the 2nd Place🏆🏆
Clone the project
Go to the project directories in separate terminals
cd frontend
cd hardhat
Install dependencies for both directories
npm install
Hardhat terminal
npx hardhat node //dont close this terminal
open another terminal
npx hardhat run --network localhost scripts/deploy.js
Frontend terminal
npm run start