aragon / hack

(Aragon 1) Content and source code for the Aragon Developer Portal
https://hack.aragon.org
Creative Commons Zero v1.0 Universal
31 stars 37 forks source link

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

Open OwaisChunawala opened 2 years ago

OwaisChunawala commented 2 years ago

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