Commands Execute npm i command in main and backend directories start hardhat node: npx hardhat node Open another terminal: npx hardhat compile npx hardhat run scripts/deploy.js --network localhost run frontend in main directory: npm run start run backend in backend directory: npm run dev