Skip to content

Commit 9497c1b

Browse files
committed
Add description of installation of Google Chrome
1 parent fd225cd commit 9497c1b

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

docs/1-trial-session/01-get-started/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,33 @@
22
title: はじめての Web 開発
33
---
44

5+
import Tabs from '@theme/Tabs';
6+
import TabItem from '@theme/TabItem';
7+
import installChromeOnMacVideo from "./install-chrome-on-mac.mp4";
8+
import installChromeOnWindowsVideo from "./install-chrome-on-windows.mp4";
59
import installVscodeVideo from "./install-vscode.mp4";
610
import createFolderVideo from "./create-folder.mp4";
711
import openFolderVideo from "./open-folder.mp4";
812

13+
## Google Chrome のインストール
14+
15+
**Google Chrome** は、Google 社が開発するウェブブラウザです。現在多くの人に使われています。他のウェブブラウザを使うことも出来ますが、この教材では Google Chrome の使用を前提として話を進めていきます。
16+
17+
Google Chrome は、[公式サイト](https://www.google.com/intl/ja_jp/chrome/)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。
18+
19+
<Tabs groupId="os">
20+
<TabItem value="mac" label="macOS">
21+
22+
<video src={installChromeOnMacVideo} controls />
23+
24+
</TabItem>
25+
<TabItem value="win" label="Windows">
26+
27+
<video src={installChromeOnWindowsVideo} controls />
28+
29+
</TabItem>
30+
</Tabs>
31+
932
## Visual Studio Code のインストール
1033

1134
**Visual Studio Code** (以下 VS Code) は、Microsoft 社が開発するテキストエディタです。多くの開発者に使用されています。
6.42 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)