/u-hyszk.github.io

React + gh-pagesで作成したポートフォリオサイト

Primary LanguageTypeScript

u-hyszk.github.io

How to use

1. コンテナを起動する

docker compose up

2. Github初期設定

ssh-keygen -t ed25519
cat ~/.ssh/id_ed25519.pub
git config --global user.email "your@email.com"

3. デプロイ

npm run deploy