Flare-k

[Modified] Readme

...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 6
7 ## KhuTube 7 ## KhuTube
8 8
9 -Node.js를 사용하여 나만의 Youtube 만들어보기 9 +Node.js를 사용하여 나만의 Youtube 만들어보기
10 Create your own Youtube site using Node.js. 10 Create your own Youtube site using Node.js.
11 11
12 ## Configuration 12 ## Configuration
...@@ -20,8 +20,8 @@ Create your own Youtube site using Node.js. ...@@ -20,8 +20,8 @@ Create your own Youtube site using Node.js.
20 20
21 ### Required File 21 ### Required File
22 22
23 -위 저장소를 클론한 후 /myYoutube 위치에 .env 파일을 추가해주세요. 내용은 다음과 같습니다. 23 +위 저장소를 클론한 후 /myYoutube 위치에 .env 파일을 추가해주세요. 내용은 다음과 같습니다.
24 -If you cloned this repo, please add the .env file in /myYoutube 24 +If you cloned this repo, please add the .env file in /myYoutube
25 The .env file is .. 25 The .env file is ..
26 26
27 ```sh 27 ```sh
...@@ -44,7 +44,7 @@ npm install ...@@ -44,7 +44,7 @@ npm install
44 44
45 ### Run program 45 ### Run program
46 46
47 -Backend를 수정하고 서버를 실행하여 확인하고 싶다면 터미널에 다음과 같이 입력해주세요. 47 +Backend를 수정하고 서버를 실행하여 확인하고 싶다면 터미널에 다음과 같이 입력해주세요.
48 If you modify your backend project and want to run the server for checking.. 48 If you modify your backend project and want to run the server for checking..
49 49
50 ```sh 50 ```sh
...@@ -58,12 +58,12 @@ If you modify your frontend project and want to check the change on server.. ...@@ -58,12 +58,12 @@ If you modify your frontend project and want to check the change on server..
58 npm run dev:assets 58 npm run dev:assets
59 ``` 59 ```
60 60
61 -가급적이면 터미널을 분할하여 두 내용을 다 실행시킨 후에 작업하시는 것도 좋습니다. 61 +가급적이면 터미널을 분할하여 두 내용을 다 실행시킨 후에 작업하시는 것도 좋습니다.
62 I just recommend run both at the same time. 62 I just recommend run both at the same time.
63 63
64 ## Reference links 64 ## Reference links
65 65
66 -[Passport JS](http://www.passportjs.org/) 66 +[Passport JS](http://www.passportjs.org/)
67 [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) 67 [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web)
68 68
69 ## Pages: 69 ## Pages:
......