window.requestAnimationFrame()μ λΈλΌμ°μ μκ² μννκΈ°λ₯Ό μνλ μ λλ©μ΄μ
μ μλ¦¬κ³ λ€μ 리νμΈνΈκ° μ§νλκΈ° μ μ ν΄λΉ μ λλ©μ΄μ
μ μ
λ°μ΄νΈνλ ν¨μλ₯Ό νΈμΆνκ² ν©λλ€.
Git λͺ
λ Ήμ΄
- μμνκΈ°: git init
- μ μ μ΄λ¦ μ€μ : git config --global user.name "minbok-1998"
- μ΄λ©μΌ λ±λ‘: git config --global user.email #######@gmail.com
- νμΌ μΆκ°: git add . (μ 체 νμΌμ΄ νλ²μ μ νλ¨)
- λ©μΈμ§ μ
λ ₯: git commit -m "first commit"
- λ³΄λΌ κ³³ λ±λ‘: git remote add origin https://github.com/minbok-1998/Anniversarycalculator.git
- λ³΄λΌ κ³³μΌλ‘ μ½λ μ μ‘: git push origin master