From 75d473af75f11e3602a15dc39848c634530d49dc Mon Sep 17 00:00:00 2001 From: mindgitrwx Date: Sun, 13 Dec 2020 14:55:30 +0000 Subject: [PATCH 1/4] add - automated change by default gitpod notification --- .gitpod.Dockerfile | 7 +++++++ .gitpod.yml | 6 ++++++ readme.md | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 .gitpod.Dockerfile create mode 100644 .gitpod.yml diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..f8e49f2 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,7 @@ +FROM gitpod/workspace-full + +# Install custom tools, runtimes, etc. +# For example "bastet", a command-line tetris clone: +# RUN brew install bastet +# +# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..8051bc9 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: yarn install && yarn run build + command: yarn run start diff --git a/readme.md b/readme.md index 59a2c2e..69c512d 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/code-hike/react-tutorial-demo) + +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/code-hike/react-tutorial-demo) + Rebuilding the [official "Intro to React" tutorial](https://reactjs.org/tutorial/tutorial.html) with [Code Hike](https://codehike.org). Content from the ["React with Hooks"](https://reactwithhooks.netlify.app/) version of the tutorial. Work in progress. From f56f06d4df4a067661eae160c759d2cc2c74d45c Mon Sep 17 00:00:00 2001 From: mindgitrwx Date: Mon, 14 Dec 2020 09:55:18 +0000 Subject: [PATCH 2/4] mod - translation 1 sentence to test --- src/tutorial.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tutorial.mdx b/src/tutorial.mdx index bc7ee18..7727b83 100644 --- a/src/tutorial.mdx +++ b/src/tutorial.mdx @@ -4,8 +4,9 @@ import { Note } from "./note" -# Tutorial: Intro to React +# 튜토리얼: React에 대한 인트로 +이 튜토리얼은 React에 대한 어떤 선행지식도 요구하고 있지 않습니다. This tutorial doesn't assume any existing React knowledge. ## Before We Start the Tutorial {#before-we-start-the-tutorial} From 6b3a3a59aa75998482337aa5fed1fa5d975246e1 Mon Sep 17 00:00:00 2001 From: Jong Hyeon Yeo <37054916+mindgitrwx@users.noreply.github.com> Date: Mon, 14 Dec 2020 22:04:42 +0900 Subject: [PATCH 3/4] Update Readme.md removed duplicated lines --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 69c512d..484f862 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,3 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/code-hike/react-tutorial-demo) -[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/code-hike/react-tutorial-demo) - Rebuilding the [official "Intro to React" tutorial](https://reactjs.org/tutorial/tutorial.html) with [Code Hike](https://codehike.org). Content from the ["React with Hooks"](https://reactwithhooks.netlify.app/) version of the tutorial. Work in progress. From 8a5e174a1511a2e2286ba672a5b16d3384cb2d3b Mon Sep 17 00:00:00 2001 From: Jong Hyeon Yeo <37054916+mindgitrwx@users.noreply.github.com> Date: Mon, 14 Dec 2020 23:53:50 +0900 Subject: [PATCH 4/4] update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 484f862..f0d5b19 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/code-hike/react-tutorial-demo) Rebuilding the [official "Intro to React" tutorial](https://reactjs.org/tutorial/tutorial.html) with [Code Hike](https://codehike.org). Content from the ["React with Hooks"](https://reactwithhooks.netlify.app/) version of the tutorial. Work in progress. + +# TODO:한글화, HOT Reloading 기능 추가