modern-anki-card-template
A modern cross-platform Anki card framework that helps build focused cards and improve readability.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- FUNDING.yml
- build.test.js.snap
- __init__.py
- manifest.json
- _bash.min.js
- _c.min.js
- _cpp.min.js
- _csharp.min.js
- _css.min.js
- _diff.min.js
- _go.min.js
- _graphql.min.js
- _ini.min.js
- _java.min.js
- _javascript.min.js
- _json.min.js
- _kotlin.min.js
- _less.min.js
- _lua.min.js
- _makefile.min.js
- _markdown.min.js
- _objectivec.min.js
- _perl.min.js
- _php-template.min.js
- _php.min.js
- _plaintext.min.js
- _popper.min.js
- _python-repl.min.js
- _python.min.js
- _r.min.js
- _ruby.min.js
- _rust.min.js
- _scss.min.js
- _shell.min.js
- _sql.min.js
- _swift.min.js
- _tippy.umd.min.js
- _typescript.min.js
- _vbnet.min.js
- _wasm.min.js
- _xml.min.js
- _yaml.min.js
- _github-dark.min.css
- _highlight.min.js
- _color-preset-biology.json
- README.md
- _color-preset-chemistry.json
- README.md
- _color-preset-computer-science.json
- README.md
- _color-preset-custom.json
- README.md
- _color-preset-languages.json
- README.md
- _color-preset-math.json
- README.md
- _color-preset-medicine.json
- README.md
- _color-preset-music.json
- README.md
- _color-preset-physics.json
- README.md
- _flagColors.json
- _labelColors.json
- generate-label-colors-prompt.txt
- answer.svg
- details.svg
- flag_1.svg
- flag_2.svg
- flag_none.svg
- sentence.svg
- undo.svg
- anki_api.js
- config.js
- details.js
- flag.js
- init_desktop.js
- remaining_cards.js
- smart_label.js
- syntax_highlight.js
- en.json
- ja.json
- ankidroid_theme_preview.png
- card_creation_annotated.png
- desktop_theme_preview.webp
- v2_template_preview.png
- _accent-colors.scss
- _accent-colors_accessible.scss
- _base.scss
- _typography.scss
- _variables.scss
- _code.scss
- _flashcard.scss
- _icons.scss
- _language-mining.scss
- _metadata.scss
- _status-bar.scss
- _tables.scss
- _tooltip.scss
- _layout.scss
- _android.scss
- _desktop.scss
- _ios.scss
- japanese.scss
- main.scss
- qna_back.ejs
- qna_front.ejs
- back.ejs
- front.ejs
- back.ejs
- front.ejs
- .eslintrc.json
- .gitignore
- .prettierignore
- .prettierrc
- build.js
- build.test.js
- LICENSE.md
- package-lock.json
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tyuichis/modern-anki-card-template
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd modern-anki-card-template
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run build:templates
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run build:css:all
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run build
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
