npm i
cd src/
# compatible with release/v0.8 branch
ln -s <path-to-../keeper-contracts/build/contracts> contracts
cd ..Make sure you have deployed the keeper-contracts to ganache
See keeper-contracts for instructions
Make sure you have control with over the multisig wallet with accounts[0]
Point metamask to localhost:8545
Now, you can simply run the app with:
npm start