ghostmeet

(β˜… 82)

πŸ‘» Your invisible AI meeting assistant β€” self-hosted meeting transcription and summaries, like Otter.ai but open source.

파일 탐색기

  • .dockerignore
  • .env.example
  • .gitignore
  • CLAUDE.md
  • docker-compose.yml
  • Dockerfile
  • IMPLEMENTATION_PLAN.md
  • LICENSE
  • pytest.ini
  • README.md
  • requirements-dev.txt
  • requirements.md
  • requirements.txt

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

docker compose up

μ„€λͺ… 보기 β–Ό

Start and run Docker services defined in a Compose file.

docker compose up

Start all services defined in the docker-compose file:

docker compose up {{[-d|--detach]}}

Start services in the background (detached mode):

docker compose up --build

Start services and rebuild images before starting:

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

node

μ„€λͺ… 보기 β–Ό

μ„œλ²„ μΈ‘ JavaScript ν”Œλž«νΌ (Node.js).
더 λ§Žμ€ 정보: <https://nodejs.org/docs/latest/api/cli.html#options>.

node {{path/to/file}}

JavaScript 파일 μ‹€ν–‰:

node

REPL(λŒ€ν™”ν˜• μ…Έ) μ‹œμž‘:

node --watch {{path/to/file}}

μ§€μ •λœ νŒŒμΌμ„ μ‹€ν–‰ν•˜κ³  κ°€μ Έμ˜¨ 파일이 변경될 λ•Œ ν”„λ‘œμ„ΈμŠ€λ₯Ό μž¬μ‹œμž‘ (Node.js 버전 18.11+ ν•„μš”):

πŸ”

pip install

μ„€λͺ… 보기 β–Ό

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

πŸ”

python

μ„€λͺ… 보기 β–Ό

Python μ–Έμ–΄ 인터프리터.
더 λ§Žμ€ 정보: <https://docs.python.org/using/cmdline.html>.

python

REPL(λŒ€ν™”ν˜• μ…Έ) μ‹œμž‘:

python {{path/to/file.py}}

νŠΉμ • Python 파일 μ‹€ν–‰:

python -i {{path/to/file.py}}

νŠΉμ • Python 파일 μ‹€ν–‰ ν›„ REPL μ‹œμž‘:

πŸ”

python3

μ„€λͺ… 보기 β–Ό

이 λͺ…령은 `python`의 λ³„μΉ­μž…λ‹ˆλ‹€.

tldr python

μžμ„Έν•œ λ‚΄μš©μ€ 원본 λͺ…령을 μ°Έκ³ ν•˜μ„Έμš”:

// repository documentation