File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
docs/1-trial-session/01-get-started Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 22title : はじめての 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";
59import installVscodeVideo from "./install-vscode.mp4";
610import createFolderVideo from "./create-folder.mp4";
711import 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 社が開発するテキストエディタです。多くの開発者に使用されています。
You can’t perform that action at this time.
0 commit comments