From 06f328f76def53be556e6f767042df134d7d41ca Mon Sep 17 00:00:00 2001 From: Hamza Date: Tue, 20 Oct 2015 09:36:20 +0100 Subject: [PATCH 1/3] Clarifying the install process --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d217c8..0e13003 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,22 @@ An interactive guide to ES6 [live site](http://projects.formidablelabs.com/es6-interactive-guide/) Running the page locally: +First you have to get a copy of this project ,to do so you have tow options + +options1: + - click on the download button, so you get a es6-interactive-guide-master.zip file + - extract the zip file + - cd to the extracted_folder + +options2(assuming that you have git already installed on your machine): + - git clone https://github.com/FormidableLabs/es6-interactive-guide.git + - cd es6-interactive-guide + +Now you are sure you're in the es6-interactive-guide(you can name this folder whatever you want)folder, so you're ready to install all the dependencies + + ``` -npm install +npm install // in some cases you have to add sudo before webpack // add --watch if you like // open index.html in browser -``` \ No newline at end of file +``` From a610b63d1da556c448e7772d292038ac9c6e06fa Mon Sep 17 00:00:00 2001 From: Hamza Date: Tue, 20 Oct 2015 09:47:29 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e13003..2ef122f 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,21 @@ An interactive guide to ES6 [live site](http://projects.formidablelabs.com/es6-interactive-guide/) + Running the page locally: + First you have to get a copy of this project ,to do so you have tow options -options1: - - click on the download button, so you get a es6-interactive-guide-master.zip file +Option1 : + - click on the download button, so you get a **es6-interactive-guide-master.zip** file - extract the zip file - cd to the extracted_folder -options2(assuming that you have git already installed on your machine): - - git clone https://github.com/FormidableLabs/es6-interactive-guide.git +Option2(assuming that you have git already installed on your machine) : + - ``git clone https://github.com/FormidableLabs/es6-interactive-guide.git`` - cd es6-interactive-guide -Now you are sure you're in the es6-interactive-guide(you can name this folder whatever you want)folder, so you're ready to install all the dependencies +Now you are sure you're inside the **es6-interactive-guide**(you can name this folder whatever you want)folder, so you're ready to install all the dependencies : ``` From 68bf111c629f25ca28ec9b2f8776740560f909d9 Mon Sep 17 00:00:00 2001 From: Hamza Date: Tue, 20 Oct 2015 09:50:01 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef122f..a9afdae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An interactive guide to ES6 [live site](http://projects.formidablelabs.com/es6-interactive-guide/) -Running the page locally: +### Running the page locally: First you have to get a copy of this project ,to do so you have tow options