2024-10-03
web
주의사항
- 중복된 명령하지 않도록 조심
- 현재 디렉터리 잘 보기
- create astro
npm create astro@latest
- git commit
git add .
git commit -m “Initial Commit”
- remote repository에 프로젝트 push하기
- 깃헙에 repo 만들기
git remote add origin <repository_url>
git push -u origin main
Project: Buy a domain