Skip to content

Commit 25391cd

Browse files
committed
Resolve conflicts in getting-started.md
1 parent 4332d99 commit 25391cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/getting-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ React は初めから既存のプロジェクトに徐々に追加していけ
3636

3737
### Web 上で試せるオンラインエディタ {#online-playgrounds}
3838

39-
<<<<<<< HEAD
40-
React をちょっと試してみたい場合、Web 上のコードエディタが使えます。[CodePen](codepen://hello-world)[CodeSandbox](https://codesandbox.io/s/new) で Hello World のテンプレートを使って試してみましょう。
41-
=======
42-
If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world), [CodeSandbox](https://codesandbox.io/s/new), or [Glitch](https://glitch.com/edit/#!/remix/starter-react-template).
43-
>>>>>>> bab2a3491a18e7074799272d60c8a159473bb7f5
39+
React をちょっと試してみたい場合、Web 上のコードエディタが使えます。[CodePen](codepen://hello-world)[CodeSandbox](https://codesandbox.io/s/new)[Glitch](https://glitch.com/edit/#!/remix/starter-react-template) で Hello World のテンプレートを使って試してみましょう。
4440

4541
自前のテキストエディタを使いたい場合は、[この HTML ファイル](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html)をダウンロード・編集して、ブラウザを使ってからローカルファイルシステムから開くことができます。ランタイムでの遅いコード変換が行われる為、簡単なデモに留めておくことをおすすめします。
4642

0 commit comments

Comments
 (0)