demo-course-platform
An example Studio and Front End demonstrating different strategies for localization with Sanity.io
파일 탐색기
최종 버전 다운로드 (.zip)- deploy-sanity.yml
- .gitignore
- course-platform-studio.png
- course-platform-website.png
- CourseMedia.tsx
- Icon.tsx
- useImageUrlBuilder.tsx
- useImageUrlBuilderImage.tsx
- index.ts
- locate.ts
- course.tsx
- labelGroup.ts
- legal.ts
- lesson.ts
- presenter.ts
- callout.ts
- localizedGoogleTranslateString.ts
- localizedSlug.ts
- localizedString.ts
- localizedText.ts
- marketContent.tsx
- portableText.tsx
- seo.ts
- index.ts
- generateSeedData.ts
- seed-data.ndjson
- tsconfig.json
- .gitkeep
- getSecret.ts
- index.ts
- references.ts
- resolvePreviewUrl.ts
- transifex.ts
- theme.ts
- .env.template
- .eslintrc
- .gitignore
- .npmrc
- package.json
- pnpm-lock.yaml
- README.md
- sanity.cli.ts
- sanity.config.tsx
- tsconfig.json
- page.tsx
- not-found.tsx
- page.tsx
- page.tsx
- page.tsx
- layout.tsx
- page.tsx
- route.ts
- route.ts
- index.tsx
- ListLink.tsx
- Blobs.tsx
- Button.tsx
- Callout.tsx
- Clean.tsx
- CourseLayout.tsx
- Header.tsx
- HomeLayout.tsx
- LegalLayout.tsx
- LegalLinks.tsx
- LessonLayout.tsx
- LiveQueryData.tsx
- LiveQueryWrapper.tsx
- Loading.tsx
- PresenterLayout.tsx
- Presenters.tsx
- Prose.tsx
- Reference.tsx
- Subtitle.tsx
- Title.tsx
- TranslationLinks.tsx
- VisualEditing.tsx
- constants.ts
- getLabelByKey.ts
- helpers.ts
- types.ts
- favicon.ico
- client.ts
- store.ts
- token.ts
- env.ts
- fetchers.ts
- portableTextComponents.tsx
- queries.ts
- urlFor.ts
- globals.css
- .env.template
- .gitignore
- middleware.ts
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- .eslintignore
- .eslintrc
- .gitignore
- languages.js
- languages.json
- package.json
- pnpm-lock.yaml
- README.md
- renovate.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/sanity-io/demo-course-platform
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd demo-course-platform
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
pnpm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run generate-seed
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
