hack
hack copied to clipboard
Getting Started: Quick Start: Docs Update : add `npm install` before `npm start`
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