Skip to content

Installing the Project Files

Tamara Temple edited this page May 21, 2017 · 2 revisions

Installing the Project Files

First, fork the repository on Github, preferrable to your own account.

Next, clone the project files into a folder on your machine by entering the following into the command line:

cd Desktop # (or whereever you want to put to projects)
git clone https://github.com/YOURGITHUBACCOUNT/html-320-stylin-with-sass-project-files.git
cd html-320-stylin-with-sass-project-files
npm install

The last command will take a little bit of time, depending on the speed of your computer and the internet connection. Be prepared for it to take 10 minutes, sometimes.

There will be warnings, but they shouldn't cause problems.

To test out the installation, run npm start and you should see your browser launch with the web page showing the Women In Computing.

Clone this wiki locally