728x90
swift.org 사이트가 오픈소스로 공개되었습니다.
https://www.swift.org/blog/website-open-source/
Swift.org Website is Now Open Source
The Swift.org site has long served as the hub where developers come together to work on the open source Swift compiler, libraries, and tools. Today, we are happy to announce that the Swift.org website itself is also an open source project, ready for commun
www.swift.org
github repository는 여기이구요
공개 repository이니 직접 참여할 수도 있겠죠??ㅎㅎㅎ
아래 명령어를 사용해서 사이트를 로컬에서 직접 돌릴 수도 있습니다.
(주소는 http://localhost:4000 이예요!)
git clone https://github.com/apple/swift-org-website.git
cd swift-org-website
bundle install
LC_ALL=en_us.UTF-8 bundle exec jekyll serve
open "http://localhost:4000"
반응형
'News' 카테고리의 다른 글
Swift 5.6 호환성 이슈를 해결한 SwiftLint 0.46.5 배포 (0) | 2022.03.26 |
---|---|
Swift bugs are moving to GitHub Issues (0) | 2022.03.26 |
Swift 5.6 공식 배포 (0) | 2022.03.20 |
Xcode 13.3부터 macOS Monterey 12 필수 (0) | 2022.03.12 |
구독 가족 공유 활성화 (0) | 2022.02.26 |