-
Notifications
You must be signed in to change notification settings - Fork 56
クライアント開発環境の要件
Keita Onabuta edited this page May 23, 2023
·
6 revisions
クライアント端末における開発環境の要件は以下です。
- GitHub Codespaces
- Windows (WSL を利用)
- ⚠ Windows の場合、Ubuntu 22.04 (Windows Subsystem for Linux) を利用すること
- MacOS
- Ubuntu
- Visual Studio Code
- 他ソフトウェアも可だが Visual Studio Code の利用を推奨
- Docker Desktop
- もしくは Rancher Desktop などの代替品
- Git クライアント
- GitHub アカウント
- インターネット接続
- コードのダウンロード、Python/Javascript やそのライブラリのダウンロードに利用
- ブラウザ
- Microsoft Edge もしくは Google Chrome
- Python (3.9 以上)
- Node.js (16.20 以上)
- Azure CLI (4.28.1 以上)
❗Docker ベースの環境を利用される場合は、本リポジトリで提供する Dockerfile の内容に従って自動的にインストールされます。