hack icon indicating copy to clipboard operation
hack copied to clipboard

Getting Started: Quick Start: Docs Update : add `npm install` before `npm start`

Open OwaisChunawala opened this issue 2 years ago • 0 comments

There is an update for the docs in the Getting Started: Quick Start Section.

cd first-dao
npm start

should be

cd first-dao
npm install
npm start

OwaisChunawala avatar Jan 05 '22 05:01 OwaisChunawala