Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 465 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 465 Bytes

#!/usr/bin/bash
# プログラムのクローン
git clone https://github.com/RiSec/uppun_bakusan.git

# 移動
cd uppun_bakusan

# パッケージのインストール
npm install

# サーバー起動
npm start
# ブランチの作成
git checkout -b lion/web-speech-api
# ステージング状態にする
git add <ファイル名>

# コミットする
git commit -m <メッセージ> 

# プッシュする
git push