common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

28
pages.ko/common/jigsaw.md Normal file
View File

@@ -0,0 +1,28 @@
# jigsaw
> PHP용 Laravel 기반 정적 사이트 빌더.
> 더 많은 정보: <https://jigsaw.tighten.co>.
- 프로젝트 초기화:
`jigsaw init`
- 스타터 템플릿을 사용하여 프로젝트 초기화:
`jigsaw init {{템플릿_이름}}`
- 개발을 위한 사이트 빌드:
`jigsaw build`
- "build_local" 디렉토리에서 사이트 미리보기:
`jigsaw serve`
- 프로덕션을 위한 사이트 빌드:
`jigsaw build production`
- "build_production" 디렉토리에서 사이트 미리보기:
`jigsaw serve {{build_production}}`