codex-live-demo
No description available.
File Explorer
- SKILL.md
- SKILL.md
- tdd-guard.sh
- config.toml
- hooks.json
- pre-commit
- ADR.md
- ARCHITECTURE.md
- PRD.md
- index.json
- step0.md
- step1.md
- step2.md
- step3.md
- step4.md
- step5.md
- step6.md
- index.json
- execute.cpython-314.pyc
- test_execute.cpython-314-pytest-9.0.3.pyc
- execute.py
- run-youtube-analysis.mjs
- run-youtube-analysis.test.mjs
- test_execute.py
- route.test.ts
- route.ts
- route.test.ts
- route.ts
- globals.css
- layout.tsx
- page.tsx
- ActionChecklist.tsx
- Dashboard.test.tsx
- Dashboard.tsx
- OverviewCards.tsx
- PerformanceCharts.tsx
- RecommendedVideos.tsx
- AnalysisShell.test.tsx
- AnalysisShell.tsx
- ChannelInput.tsx
- ErrorPanel.tsx
- ProgressPanel.tsx
- app-errors.test.ts
- app-errors.ts
- channel-url.test.ts
- channel-url.ts
- metrics.test.ts
- metrics.ts
- schemas.test.ts
- schemas.ts
- openai.test.ts
- openai.ts
- youtube.test.ts
- youtube.ts
- server-only.ts
- analysis.ts
- api.ts
- youtube.ts
- .gitignore
- AGENTS.md
- eslint.config.mjs
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- vitest.config.ts
- vitest.setup.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
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`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
// repository documentation
Was this content helpful?
(0 ratings)
