Open paradigmeng420 opened 2 years ago
Super sorry for the beginners question, but is there a quick start for installing all parts of the repo? Something like Install packages
pnpm install
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
Oh wait, can this just be simplified into
pnpm install pnpm dev
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
Install and deploy subgraph
Install and deploy frontend