Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 339 Bytes

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