From 4c38bcc53b08feeafc03d5705842f4aeb2af8b68 Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Mon, 7 May 2018 22:52:28 +0900 Subject: [PATCH 1/8] Update colors.scss --- styleguide/modules/2_colors/colors.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styleguide/modules/2_colors/colors.scss b/styleguide/modules/2_colors/colors.scss index ebc6e73..474a5a6 100644 --- a/styleguide/modules/2_colors/colors.scss +++ b/styleguide/modules/2_colors/colors.scss @@ -9,7 +9,7 @@ $blue: #2fbbf9; } .bg-black { - background-color: $black; + background-color: $red; } .bg-grey { @@ -36,7 +36,7 @@ $blue: #2fbbf9; left: 0.9375em; } .color { - height: 120px; + height: 130px; margin-right: 0.9375em; } @@ -44,4 +44,4 @@ $blue: #2fbbf9; margin-right: 0; } } -} \ No newline at end of file +} From 229c895153695c94e4b87f30c569371504fdc87a Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Tue, 8 May 2018 12:35:45 +0900 Subject: [PATCH 2/8] Update colors.scss --- styleguide/modules/2_colors/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide/modules/2_colors/colors.scss b/styleguide/modules/2_colors/colors.scss index 474a5a6..c362774 100644 --- a/styleguide/modules/2_colors/colors.scss +++ b/styleguide/modules/2_colors/colors.scss @@ -9,7 +9,7 @@ $blue: #2fbbf9; } .bg-black { - background-color: $red; + background-color: $; } .bg-grey { From 256c621ebd6dd406cab806e6b91ccc77dee9a337 Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Sun, 27 May 2018 17:07:29 +0900 Subject: [PATCH 3/8] Update CONTRIBUTING.md I found a typo in the document. This version of the documentation was more readable. Thank you. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6905c26..cbb0c12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ In the styleguide/structure/_node-files folder you will find the code that: - Start Harp - Start Livereload -- Writes the current date to styleguide/_data.json file (on start and compile) +- Write the current date to styleguide/_data.json file (on start and compile) - Concatenate all modules javascript code into one file in styleguide/assets/scripts/styleguide.js - Concatenate all modules stylesheet code into one file in styleguide/assets/styles/styleguide.js From 5ba2899b3cdeb116fa67ff393a5bacfdc69256df Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Sun, 27 May 2018 19:30:07 +0900 Subject: [PATCH 4/8] Create README in Korean The documents I translate into Korean will help many people. Thank you. --- README in Korean | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 README in Korean diff --git a/README in Korean b/README in Korean new file mode 100644 index 0000000..3c87db3 --- /dev/null +++ b/README in Korean @@ -0,0 +1,57 @@ +스타일 가이드 + +스타일 가이드를 쉽게 만들고 유지 관리 할 수있는 도구입니다. +##### v2.0.8 + +다운로드, 시작하는 방법 및 자세한 설명서는 Styleguide 웹 사이트 를 참조하십시오. + +도움이 되는 정보 + +Node.js +Harp.js +Node Livereload +Node Watch + +주어진 정보들 +1 - Start.app 파일을 사용하려면 등록되지 않은 응용 프로그램을 실행해야합니다. Settings > Security & Privacy에서 할 수 있습니다. + +2 - 컴파일 된 오프라인 버전은 Chrome에서 더 작은 문제가 있습니다. Chrome에는 file : // 프로토콜에 따라 iframe과의 통신을 허용하지 +않는 보안 정책이 있으므로 이러한 통신이 필요한 모든 상호 작용은 제거됩니다 (기본적으로 사이드 바 메뉴). +이것은 오프라인으로 컴파일 된 버전에만 해당됩니다. + +3 - Mac 사용자이면 Start.app를 실행 한 후에 다음 오류가 발생합니다. + +npm ERR! Please try running this command again as root/Administrator. + +sudo 또는 root 권한을 가진 Node를 설치했을 것입니다. 다음 명령을 사용하여 .npm 폴더에 대한 사용 권한을 수정해야합니다. + +sudo chown -R $(whoami) ~/.npm +sudo chown -R $(whoami) /usr/local/lib/node_modules + +그런 다음 Start.app을 다시 실행하십시오. + +4 - Xcode가 설치되어 있지만 라이센스에 동의하지 않은 경우이 오류가 발생합니다. + +Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo. + +Xcode를 열고 라이선스를 수락 한 다음 Start.app를 다시 실행하십시오. + +5 - 404 - No data received error가 있다면, 포트 충돌이있을 수 있고, 포트 번호를 변경할 수있는 두 가지 방법이 있습니다 (기본값은 9241 ). + +styleguide / structure / _node-files / watch.js에서 PORT 변수 변경 + +환경 변수 (PORT 또는 STYLEGUIDE_PORT)를 설정하십시오. + +스타일 가이드를 수동으로 실행하는 경우 마지막 단계에서 다음을 수행 할 수 있습니다. + +PORT=7000 node watch.js +또는 +STYLEGUIDE_PORT=7000 node watch.js + +Start.app는 자체 포함되어 있으며 보안상의 이유로 외부 변수에 접근 할 수 없습니다. Start.app의 포트를 변경하려면 watch.js 파일을 변경하는 +것이 좋습니다. 원하는 경우 .bashrc 파일에 변수를 추가하면 Start.app에서 변수를 사용할 수 있습니다. + +touch ~/.bashrc +echo 'export PORT=1234' >> ~/.bashrc +또는 +echo 'export STYLEGUIDE_PORT=1234' >> ~/.bashrc From 61db053690902e1335935b99b38cf2290c4c3394 Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Sun, 27 May 2018 19:38:53 +0900 Subject: [PATCH 5/8] Update README in Korean The documents I translate into Korean will help many people. --- README in Korean | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README in Korean b/README in Korean index 3c87db3..77265a8 100644 --- a/README in Korean +++ b/README in Korean @@ -5,7 +5,7 @@ 다운로드, 시작하는 방법 및 자세한 설명서는 Styleguide 웹 사이트 를 참조하십시오. -도움이 되는 정보 +도움이 되는 정보들 Node.js Harp.js @@ -13,6 +13,7 @@ Node Livereload Node Watch 주어진 정보들 + 1 - Start.app 파일을 사용하려면 등록되지 않은 응용 프로그램을 실행해야합니다. Settings > Security & Privacy에서 할 수 있습니다. 2 - 컴파일 된 오프라인 버전은 Chrome에서 더 작은 문제가 있습니다. Chrome에는 file : // 프로토콜에 따라 iframe과의 통신을 허용하지 From f174c26837130c1a283a3a2375981faf597c5207 Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Sun, 27 May 2018 20:10:24 +0900 Subject: [PATCH 6/8] Update _data.json improvement. --- styleguide/_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide/_data.json b/styleguide/_data.json index 38613ba..0d11be7 100644 --- a/styleguide/_data.json +++ b/styleguide/_data.json @@ -39,5 +39,5 @@ "styleguide": "Styleguide" } }, - "date": "2016/3/21" + "date": "2018/5/27" } From 961b39af4c84d55bea7b11c13cfa6b683c83a935 Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Sun, 27 May 2018 21:57:38 +0900 Subject: [PATCH 7/8] Update README.md This method seems to be more useful. Thank you! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1b31837..a722747 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,6 @@ Open XCode and accept the license, then try running Start.app again. ``` echo 'export STYLEGUIDE_PORT=1234' >> ~/.bashrc ``` + If you want to see the translated document in Korean, you can see it through this link. + + https://github.com/Leeyuryeon/translation/blob/master/hugeinc%20README From ed356eea71ced2bed254c09cb3f0a7626cc5c62e Mon Sep 17 00:00:00 2001 From: Leeyuryeon <38232496+Leeyuryeon@users.noreply.github.com> Date: Sun, 27 May 2018 22:00:18 +0900 Subject: [PATCH 8/8] Update README.md This method seems to be more useful. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b31837..d65b0ba 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,5 @@ Open XCode and accept the license, then try running Start.app again. ``` echo 'export STYLEGUIDE_PORT=1234' >> ~/.bashrc ``` + If you want to see the translated document in Korean, you can look through this link. + https://github.com/Leeyuryeon/translation/blob/master/hugeinc%20README