Get Started
/Installing Packages
Installing Packages
When adding packages, you will need to point to the correct workspace
YARN
to add packages to the Frontend Environment dependencies
yarn workspace @create-web3/frontend add (package-name)
to add packages to the hardhat Environment dependencies
yarn workspace @create-web3/backend add (package-name)