forked from Tokyo-Metro-Gov/covid19
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wikiにブラウザのみでコード修正&動作確認&Commit&Pushの手順追加 #433
Comments
確認したいこと & 懸念
|
kurehajime
changed the title
Wikiにブラウザのみでコード修正&動作確認&Commit&Push
Wikiにブラウザのみでコード修正&動作確認&Commit&Pushの手順追加
Oct 2, 2021
→前回の状態を保持してしまう。これだとちょっと面倒くさい&古いソースをベースにするミスが増える。 |
このように設定ファイルを用意すればyarn devの実行は自動化出来た(addDevConブランチを元にCodespacesを作れば試せる)。 初期実行するコマンドに 毎回コンテナイメージ作り直せば常にクリーンな環境で始められるが、無料とは言えやや罪悪感がある…。 |
この機能はまだ一部のユーザーしか使えないみたいなので、みんなが使えるようになるまでは保留。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近、Github Codespacesというブラウザのみでコードの修正、動作確認、コミット&Pushまで出来るサービスが始まったので、これを利用して開発ツールをインストールしなくてもコントリビュートできるようにしたい。
そのためにWikiを整備する。
草稿
↓
Codespaces の起動
Codespacesの起動を待ちます。初回は数分かかります。
Codespacesが起動してしばらくすると、関連ライブラリのインストールが始まります。これも待ちます。
ブランチの作成
コードの修正
(中略)
動作確認
画面下部のターミナルに『yarn dev』と入力します。
しばらくすると画面右下にポップアップが現れるので『Open in browser』をクリックします。
動作確認します。
コミット & プッシュ
サイドバーのメニューを開き、『Push』を選択します。
Push先の選択ボックスが現れるので、『https://github.com/codeforkagoshima/covid19』を選択します。
Pull Requestの作成
(中略)
The text was updated successfully, but these errors were encountered: