You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ You can use it to run the tutorial locally and translate it into your language.
8
8
9
9
# Installation
10
10
11
+
If you have an old copy of the English tutorial, please rename `1-js/05-data-types/09-destructuring-assignment/1-destructuring-assignment` to `1-js/05-data-types/09-destructuring-assignment/1-destruct-user`.
12
+
13
+
11
14
1. Install [Git](https://git-scm.com/downloads) and [Node.JS](https://nodejs.org).
12
15
13
16
These are required to update and run the project.
@@ -62,6 +65,8 @@ You can use it to run the tutorial locally and translate it into your language.
62
65
As you edit text files, the webpage gets reloaded automatically, so it's handy
63
66
to split the screen at two sides: put the browser to the left half and edit in the right half.
64
67
68
+
69
+
65
70
# TroubleShooting
66
71
67
72
If something doesn't work – [file an issue](https://github.com/iliakan/javascript-tutorial-server/issues/new).
0 commit comments