diff --git a/docs/README-linux.md b/docs/README-linux.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/README-mac.md b/docs/README-mac.md new file mode 100644 index 00000000..cdb693b3 --- /dev/null +++ b/docs/README-mac.md @@ -0,0 +1,33 @@ +# 環境構築 + +## このドキュメントを見てわかること + +TechTrain Railwayの問題を解くためにDockerとVisual Studio Codeが必要です. +そのため,自身のPC環境にDockerとVisual Studio Codeのインストールをします. +Visual Studio CodeにTechTrain Railwayのクリア条件を判定するツールをインストールします. +次に,GitHubのリポジトリをフォークし,自身のPC環境にコードをダウンロードします. +最後に,Dockerに関するコマンドを実行し,環境構築を行います. + +### 環境構築について + +1. Dockerのインストール + +自身のMacに搭載されているCPUを確認し,[Install Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/) からDocker Desktopをダウンロードする. + +2. Visual Studio Codeのインストール + +[Visual Studio Code - Code Editing. Redefined](https://code.visualstudio.com/) から自分のOSに適したVisual Studio Codeをダウンロードする。 + +3. Visual Studio CodeにTechTrain Railwayのクリア条件を判定するツールをインストール + +4. GitHubのリポジトリフォーク + +[TechBowl-japan/laravel-stations-2 | GitHub](https://github.com/TechBowl-japan/laravel-stations-2) からリポジトリをフォークします. + +5. GitHubのリポジトリダウンロード + +6. Visual Studio Codeでダウンロードしたリポジトリを開く + +7. Dockerコマンドでコンテナを起動 + +8. [http://localhost:8888](http://localhost:8888) にアクセスする \ No newline at end of file diff --git a/docs/README-windows.md b/docs/README-windows.md new file mode 100644 index 00000000..e69de29b