Skip to content

Commit 6779450

Browse files
committed
readme
1 parent b5a6def commit 6779450

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,33 @@ You can use it to run the tutorial locally and translate it into your language.
1616

1717
For non-Windows OS use standard install tools (packages or whatever convenient).
1818

19-
2. Create the root folder.
19+
2. Install global Node modules:
20+
21+
```
22+
npm install -g bunyan gulp
23+
```
24+
25+
3. Create the root folder.
2026
2127
Create a folder `/js` for the project. You can use any other directory as well, just adjust the paths below.
2228
23-
3. Clone the tutorial server into it:
29+
4. Clone the tutorial server into it:
2430
2531
```
2632
cd /js
2733
git clone https://github.com/iliakan/javascript-tutorial-server
2834
```
2935
30-
4. Clone the tutorial text into it.
36+
5. Clone the tutorial text into it.
3137
3238
The text repository has "-language" at the end, e.g:
3339
```
3440
cd /js
3541
git clone https://github.com/iliakan/javascript-tutorial-ru
3642
```
3743
38-
4. Install global modules:
39-
40-
```
41-
npm install -g bunyan gulp
42-
```
4344
44-
5. Run the site
45+
6. Run the site
4546
4647
Run the site with the language:
4748
```
@@ -53,7 +54,7 @@ You can use it to run the tutorial locally and translate it into your language.
5354
5455
Then access the site at `http://127.0.0.1:3000`.
5556
56-
6. Edit the tutorial
57+
7. Edit the tutorial
5758
5859
The files are editable in the tutorial text folder (step 4).
5960
As you edit text files, the webpage gets reloaded automatically, so it's handy

0 commit comments

Comments
 (0)