(docs) Add detailed "slow-start" for new folks#264
(docs) Add detailed "slow-start" for new folks#264valgaze wants to merge 2 commits intoairbnb:masterfrom
Conversation
413f41b to
7b02273
Compare
| - [ ] You now can clone or download react-sketchapp to the directory from the step above by copying the following command into your terminal: | ||
|
|
||
| ```sh | ||
| git clone https://github.com/airbnb/react-sketchapp.git |
There was a problem hiding this comment.
it's a bit going against the instructions given in each examples: curl each example separately so the people are not scared by all the other files
There was a problem hiding this comment.
I suppose it does break the convention slightly, however, my sense is that just to get them up and running it's a much cleaner approach to pull in the entire repo. Each of the individual examples have a line that say "Download the example or clone the repo" and the distinction might be lost on new folks. If they run through the instructions they'll probably pick up how to navigate with the command line and can jump off from there.
Then individual clone commands with pipes to things like | tar -xz --strip=2 or curl would make more sense
|
Thanks for the docs! I'm not sure about the "clone everything" approach tho |
If approved, resolves #263