This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Description
Super sorry for the beginners question, but is there a quick start for installing all parts of the repo?
Something like
Install packages
Installing and Deploying contracts
cd packages/contracts
yarn compile
Install and deploy subgraph
cd packages/subgraph
yarn build
yarn deploy:goerli
Install and deploy frontend
cd packages/app
npm run dev