diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..e98e1f9 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,13 @@ +# 자동 실행 지시사항 + +다음 작업을 순서대로 실행해주세요: + +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 + ``` diff --git a/version b/version index ba00537..9cb76a8 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.10 \ No newline at end of file +v0.0.11 \ No newline at end of file