-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hello world to tutorial #21
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, this will definitely help! Just a couple of details, and as soon as the CLA is accepted by you, we can merge.
npm i -g @aragon/cli | ||
aragon init foo.aragonpm.eth react | ||
cd foo | ||
npm install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As explained aragon/aragon-cli#148 (comment), npm install
shouldn't be required as it is already performed by the init command.
aragon init foo.aragonpm.eth react | ||
cd foo | ||
npm install | ||
npm start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would substitute npm start
with aragon run
to be consistent with the rest of the documentation.
Applied all changes by @izqui |
Close #20