ga*, gc*: add Korean translation (#14284)

This commit is contained in:
HoJeong Im
2024-10-21 00:59:45 +09:00
committed by GitHub
parent 2d3c9df5d7
commit 4043aaec0d
8 changed files with 209 additions and 0 deletions

24
pages.ko/common/gatsby.md Normal file
View File

@@ -0,0 +1,24 @@
# gatsby
> React용 정적 사이트 생성기.
> 더 많은 정보: <https://gatsbyjs.com>.
- 새로운 사이트 생성:
`gatsby new {{사이트_이름}}`
- Gatsby '스타터'를 사용하여 새로운 사이트 생성:
`gatsby new {{사이트_이름}} {{스타터_깃허브_레포_주소}}`
- 라이브 다시 로드하는 로컬 새발 서버를 시작:
`gatsby develop`
- 프로덕션 빌드를 수행하고 정적 HTML을 생성:
`gatsby build`
- 프로덕션 빌드를 제공하는 로컬 서버를 시작:
`gatsby serve`