Emergence
TV. Shows.
파일 탐색기
최종 버전 다운로드 (.zip)- artsy_logo.png
- artworks.png
- emergence.png
- featured.png
- show.png
- Contents.json
- Large Icon Apple Store Copy 2.png
- Contents.json
- Contents.json
- Large Icon Apple Store Copy 4.png
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- Small App.png
- Contents.json
- Contents.json
- Small App logo.png
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- TopShelfImage.png
- Contents.json
- Contents.json
- launch_white.png
- Contents.json
- Main.storyboard
- artsy-logo-black.png
- artsy-logo-white.png
- artsy-small-black.png
- artsy-small-white.png
- black.png
- slide-bg-1.jpg
- slide-bg-2.jpg
- slide-bg-3.jpg
- AuthViewController.swift
- SlideshowView.swift
- AppContext.swift
- AppDelegate.swift
- AppSetup.swift
- AppViewController.swift
- FeaturedShowEmitter.swift
- LocationBasedShowsEmitter.swift
- ShowEmitter.swift
- ShowCollectionViewCell.swift
- ShowSetCollectionViewCell.swift
- ShowsOverviewViewController.swift
- ArtsyAPI.swift
- Observable+Networking.swift
- XAppToken.swift
- ArtworkCollectionViewCell.swift
- down-arrow.png
- ShowDataSource+Delegate.swift
- ShowNetworkingModel.swift
- ShowScrollChief.swift
- ShowViewController.swift
- Artsy.png
- cities.js
- LocationsHost.swift
- about-bg.jpg
- AboutViewController.swift
- ArtworkSetViewController.swift
- ArtworkViewController.swift
- HalfIntrinsicHeightSerifLabel.swift
- SanSerifButton.swift
- TransparentSerifLabels.swift
- white.png
- GCD.swift
- NSAttributedString+ArtworkMetadata.swift
- NSDate+Ausstellungsdauer.swift
- Occupyable+isNotEmpty.swift
- UICollectionView+Artsy.swift
- UIImage+Colors.swift
- UIImageView+Artsy.swift
- Artistable.swift
- Artworkable.swift
- GeminiThumbnailable.swift
- Imageable.swift
- NOTES
- Partnerable.swift
- Showable.swift
- Thumbnailable.swift
- Artist.swift
- Artwork.swift
- Image.swift
- Location.swift
- Partner.swift
- Show.swift
- Info.plist
- contents.xcworkspacedata
- Emergence.xcscheme
- xcschememanagement.plist
- project.pbxproj
- Emergence.xcscmblueprint
- contents.xcworkspacedata
- index.js
- mocha.opts
- .gitignore
- index.js
- LICENSE
- package.json
- README.md
- ArtsyNetworkOperatorError.h
- ArtsyNetworkOperatorError.m
- FrontPageBridgingHeader.h
- Info.plist
- Networking.swift
- ServiceProvider.swift
- description.txt
- keywords.txt
- marketing_url.txt
- name.txt
- privacy_url.txt
- release_notes.txt
- support_url.txt
- copyright.txt
- emergence.png
- primary_category.txt
- primary_first_sub_category.txt
- primary_second_sub_category.txt
- secondary_category.txt
- secondary_first_sub_category.txt
- secondary_second_sub_category.txt
- 1_appleTV_1.1.png
- 2_appleTV_2.2.png
- 3_appleTV_3.4.png
- 4_appleTV_4.3.png
- 5_appleTV_5.5.png
- README.txt
- .gitignore
- .gitmodules
- Deliverfile
- Gemfile
- Gemfile.lock
- LICENSE
- Makefile
- Podfile
- Podfile.lock
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/artsy/Emergence
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Emergence
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd externals/places
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Ruby
쉬움bundle install
Gemfile에 명시된 루비 라이브러리를 설치합니다.
bundle exec pod install
이 명령어를 터미널에 그대로 입력해 실행하세요.
bundle install이 에러 없이 끝나면 README에 안내된 실행 명령어(예: rails server)로 마저 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make oss # Artsy staff, go look in 1password
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
