website
Official website for the Tachiyomi app.
파일 탐색기
최종 버전 다운로드 (.zip)- logo.png
- tachiyomi-handbrake-profile.json
- config.yml
- report_issue.yml
- request_feature.yml
- renovate.json
- generateFeed.ts
- generateMeta.ts
- generateOgImages.ts
- navbar.ts
- sidebar.ts
- languages.ts
- constants.ts
- headConfig.ts
- markdownConfig.ts
- shortcodes.ts
- themeConfig.ts
- Inter-Bold.otf
- Inter-Medium.otf
- Inter-Regular.otf
- Inter-SemiBold.otf
- ExtensionFilters.vue
- ExtensionGroup.vue
- ExtensionItem.vue
- ExtensionList.vue
- ExtensionsWrapper.vue
- AddRepoButton.vue
- Changelog.vue
- ChangelogsList.vue
- Contributors.vue
- CustomNavBarMenu.vue
- CustomNavScreenMenu.vue
- CustomSwitchAppearance.vue
- DownloadButtons.vue
- News.vue
- OgImageTemplate.vue
- ReleaseDate.vue
- RssLink.vue
- changelogs.data.ts
- news.data.ts
- release.data.ts
- analytics.ts
- useExtensionsRepositoryQuery.ts
- lint.styl
- base.styl
- tree.styl
- index.ts
- Layout.vue
- config.ts
- vue-shim.d.ts
- index.md
- extensions.md
- index.md
- local-source.md
- downloads.md
- general.md
- library.md
- reader.md
- settings.md
- storage.md
- advanced.md
- index.md
- common-issues.md
- diagnosis.md
- index.md
- backups.md
- categories.md
- getting-started.md
- reader-settings.md
- shizuku.md
- source-migration.md
- tracking.md
- index.md
- 2023-09-10-updated-website.md
- 2024-01-09-extensions-removal.md
- 2024-01-13-goodbye.md
- index.md
- index.md
- unknown-sources-A10.light.webm
- unknown-sources-A7.light.webm
- automatic_backups.dark.webp
- automatic_backups.light.webp
- backup.dark.webp
- backup.light.webp
- background-color_black.webp
- background-color_gray.webp
- background-color_white.webp
- crop-borders_off.webp
- crop-borders_on.webp
- scale-type_fit-height.webp
- scale-type_fit-screen.webp
- scale-type_fit-width.webp
- scale-type_original-size.webp
- scale-type_smart-fit.webp
- scale-type_stretch.webp
- tap-zones_edge.webp
- tap-zones_kindle-ish.webp
- tap-zones_l-shaped.webp
- tap-zones_right-and-left.webp
- zoom-start-position_center.webp
- zoom-start-position_left.webp
- zoom-start-position_right.webp
- dump-crash-logs.dark.webp
- open-webview.dark.webp
- phone.dark.original.webp
- phone.light.original.webp
- screenshot.dark.webp
- screenshot.light.webp
- phone.dark.webp
- phone.light.webp
- folder.svg
- jpeg.svg
- logo-128px.png
- logo-netlify.svg
- logo.png
- logo.svg
- logo.webp
- open-graph-background.png
- open-graph-background.webp
- tachiyomi-book.png
- zip.svg
- _headers
- _redirects
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- mstile-150x150.png
- safari-pinned-tab.svg
- site.webmanifest
- index.md
- index.md
- .editorconfig
- .markdownlint.json
- .markdownlintignore
- .npmrc
- .nvmrc
- .stylelintrc.cjs
- .stylintrc
- eslint.config.js
- package.json
- pnpm-lock.yaml
- tsconfig.json
- tsconfig.node.json
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- netlify.toml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tachiyomiorg/website
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd website
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd website
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
