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

RiSec/uppun_bakusan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#!/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published