Skip to content

Commit fb21e5f

Browse files
authored
Merge pull request #414 from ut-code/update-get-started-installation
Update description of installation in get-started
2 parents 51d7795 + 203da2b commit fb21e5f

File tree

5 files changed

+37
-2
lines changed

5 files changed

+37
-2
lines changed

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

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

5-
import installVscodeVideo from "./install-vscode.mp4";
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";
9+
import installVscodeOnMacVideo from "./install-vscode-on-mac.mp4";
10+
import installVscodeOnWindowsVideo from "./install-vscode-on-windows.mp4";
611
import createFolderVideo from "./create-folder.mp4";
712
import openFolderVideo from "./open-folder.mp4";
813

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

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

1337
Visual Studio Code は、[公式サイト](https://code.visualstudio.com)からインストールできます。まだインストールが終わっていない場合はインストールしておきましょう。
1438

15-
<video src={installVscodeVideo} controls />
39+
<Tabs groupId="os">
40+
<TabItem value="mac" label="macOS">
41+
42+
<video src={installVscodeOnMacVideo} controls />
43+
44+
</TabItem>
45+
<TabItem value="win" label="Windows">
46+
47+
<video src={installVscodeOnWindowsVideo} controls />
48+
49+
</TabItem>
50+
</Tabs>
1651

1752
## プロジェクトを格納するフォルダを作成する
1853

6.42 MB
Binary file not shown.
Binary file not shown.
6.57 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)