Read me pnpm dev rm -rf .git git init git add . git commit -m "Initial commit" git remote add origin git@github.com:ychda/ychda.github.io.git git push -u -f origin main