fix: .gitignore에서 .agent/ 트래킹 + 테스트 절대경로 제거 (이식성 보장)
This commit is contained in:
21
.agent/workflows/dev.md
Normal file
21
.agent/workflows/dev.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
description: 개발 서버 실행 방법
|
||||
---
|
||||
|
||||
## 환경 설정
|
||||
|
||||
1. Python 환경 활성화
|
||||
// turbo
|
||||
```
|
||||
C:\ProgramData\miniforge3\envs\quant\python.exe -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
2. API 서버 실행
|
||||
```
|
||||
C:\ProgramData\miniforge3\envs\quant\python.exe -m uvicorn api.server:app --reload --host 0.0.0.0 --port 8100
|
||||
```
|
||||
|
||||
3. Discord Bot 실행 (별도 터미널)
|
||||
```
|
||||
C:\ProgramData\miniforge3\envs\quant\python.exe -m api.discord_bot
|
||||
```
|
||||
Reference in New Issue
Block a user