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
適切な設定の例↓
cd build
git remote -v
origin git+ssh://git@github.com/<your-name>/<your-project>.git (fetch)
origin git+ssh://git@github.com/<your-name>/<your-project>.git (push)
git branch
* staging
README.md
は必要ないので削除README-TEMPLATE.md
を README.md
にリネームして、必要な箇所を編集yarn start