harness-template
๐ฅ A production-ready base for agent-driven software
ํ์ผ ํ์๊ธฐ
- bug_report.yml
- config.yml
- feature_request.yml
- PULL_REQUEST_TEMPLATE.md
- core-beliefs.md
- index.md
- .gitkeep
- .gitkeep
- execution-plan.md
- README.md
- tech-debt-tracker.md
- README.md
- template.md
- index.md
- README.md
- feature-release-notes.md
- README.md
- ARCHITECTURE.md
- CICD.md
- DESIGN.md
- FRONTEND.md
- HISTORY_GUIDE.md
- PLANS_GUIDE.md
- PRODUCT_SENSE.md
- QUALITY_SCORE.md
- RELIABILITY.md
- REPO_COLLAB_GUIDE.md
- SECURITY.md
- SUPPLY_CHAIN_SECURITY.md
- init-project.sh
- new-exec-plan.sh
- new-history.sh
- .editorconfig
- .gitattributes
- .gitignore
- .markdownlint.json
- AGENTS.md
- CLAUDE.md
- CODEOWNERS
- CONTRIBUTING.md
- LICENSE
- Makefile
- README.md
- SECURITY.md
# CDN์ผ๋ก ์ฌ์ฉํ๊ธฐ
jsDelivrjsDelivr๋ ๊ณต๊ฐ GitHub ๋ฆฌํฌ์งํ ๋ฆฌ๋ฅผ ๋ณ๋ ์ค์ ์์ด CDN์ผ๋ก ์ฆ์ ์๋นํฉ๋๋ค. ๋ฒ์ ๊ณผ ํ์ผ์ ๊ณ ๋ฅด๋ฉด ์นํ์ด์ง์ ๋ฐ๋ก ๋ถ์ผ ์ ์๋ ๋งํฌ์ ์์ ์ฝ๋๊ฐ ๋ง๋ค์ด์ง๋๋ค.
๋ช ๋ น์ด ์ฉ์ด์ง
์ด ๋ฌธ์์์ ์ฌ์ฉ๋ ๋ช ๋ น์ด๋ฅผ ๋ชจ์๋ดค์ต๋๋ค. ๋ฏ์ ๋ช ๋ น์ด๊ฐ ์๋ค๋ฉด ํผ์ณ์ ํ์ธํด๋ณด์ธ์.
npm install
์ค๋ช
๋ณด๊ธฐ โผ
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
