https://github.com/pottava/make-it-public
https://github.com/pottava/make-it-public
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pottava/make-it-public
- Owner: pottava
- Created: 2025-04-23T16:41:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T05:59:29.000Z (about 1 year ago)
- Last Synced: 2025-05-15T02:14:01.512Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Cloud でのサイト公開ハンズオン
### 資材をダウンロード
Google Cloud のコンソールを開き、[Cloud Shell](https://cloud.google.com/shell/docs/launching-cloud-shell?hl=ja) を起動してください。
Cloud Shell が起動したら、**ルートディレクトリ直下に** GitHub からリポジトリをクローンしましょう。
```sh
git clone https://github.com/pottava/make-it-public.git
```
### ハンズオン!
以下のコマンドでチュートリアルが起動しましょう。
```sh
cd make-it-public/
teachme tutorial.md
```