git clone https://github.com/Polygon-Academy/crowdfund-starter
cd crowdfund-starteryarn install
you might get node-gyp errors, ignore them and run:
yarn start
in a second terminal window:
yarn chain
in a third terminal window:
yarn deploy
๐ Edit the deploy script: packages/buidler/scripts/deploy.js
๐ Edit your frontend App.jsx in packages/react-app/src
๐ฑ Open http://localhost:3000 to see the app
๐ก Deploy by creating account yarn generate send funds to yarn account and then edit packages/buidler/buidler.config.js defaultNetwork
๐ข Ship your app with yarn build and then yarn surge or yarn s3

