- このリポジトリをフォークしてください
- フォークしたリポジトリの名前を
your-project(任意)に変更 package.json内のrepository>urlに設定された<your-name>と<your-project>を適切なものに変更- 下記コマンドを実行
git clone --recursive https://github.com/<your-name>/<your-project>.git
cd <your-project>
yarn setup- buildディレクトリのリポジトリ設定が適切か確認(originとブランチが適切か)
適切な設定の例↓
cd build
git remote -v
origin git+ssh://[email protected]/<your-name>/<your-project>.git (fetch)
origin git+ssh://[email protected]/<your-name>/<your-project>.git (push)
git branch
* staging- この
README.mdは必要ないので削除 README-TEMPLATE.mdをREADME.mdにリネームして、必要な箇所を編集- 以上で、完了です。Have a nice coding!!
yarn start