> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openboa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 빠른 시작

# 빠른 시작

## 요구사항

* Node.js 22+
* pnpm 10.23.0

## 설치

```bash theme={null}
pnpm install
```

## 기본 점검

```bash theme={null}
pnpm check:docs
pnpm docs:linkcheck
```

## 문서 구조 검증

```bash theme={null}
pnpm docs:validate
```

## 참고

* 커밋 시 pre-commit hook이 문서 체크를 실행합니다.
* 실패하면 에러 메시지부터 해결한 뒤 커밋을 다시 시도하세요.
