Files
msa-django-nhn/CLAUDE.md
icurfer 1fa2f80800
All checks were successful
Build And Test / build-and-push (push) Successful in 1m7s
v0.0.11 | Add CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 02:16:23 +09:00

14 lines
361 B
Markdown

# 자동 실행 지시사항
다음 작업을 순서대로 실행해주세요:
1. venv가 없으면 생성하고 의존성 설치:
```bash
python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt
```
2. Django 개발 서버 실행:
```bash
source venv/bin/activate && python3 manage.py runserver 0.0.0.0:8900
```