Quick start for using ethers-react-system in a new CRA
git clone [email protected]:rapid-eth/ethers-react-system.git
cd ethers-react-system
npm install
npm link
npx create-react-app ethers-react-system-experiment
rm yarn.lock
rm -rf node_modules
npm install
npm link ethers-react-system
npm run start