Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialgagan singh
Full Stack JavaScript Techdegree Student 12,889 Points# Navigate into the directory cd treehouse-gulp-basics
i am not sure what its asking me to do on this step i have the git cloned and got the link https://github.com/hdngr/treehouse-gulp-basics.git
2 Answers
Rafael silva
23,877 Pointsfollow this step here:
Clone this repo
git clone https://github.com/hdngr/treehouse-gulp-basics.git
Navigate into the directory
cd treehouse-gulp-basics
Install the project's node dependencies
npm install
Checkout the branch for the video you want to follow along with
git checkout <some-video>
Tracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsHi I am not sure exactly what your task is, but I am working on a similar project.
cd - is the directory you are trying to get to, so you might need to try:
cd https://github.com/hdngr/treehouse-gulp-basics.git in the terminal to get to that page.
Not sure if this is what you are after, good luck.