apollo icon indicating copy to clipboard operation
apollo copied to clipboard

docs(README.md): update contributing instructions

Open IgnisDa opened this issue 4 years ago • 0 comments

The project uses yarn for package management (and also has a yarn.lock file but not package-lock.json file). However the contributing mention using npm for it. The command npm install fails after a fresh clone due to dependency resolution failure.

IgnisDa avatar May 10 '21 14:05 IgnisDa