소스 검색

Updated README

maziggy 1 일 전
부모
커밋
fee16f4e34
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 14
      README.md

+ 0 - 14
README.md

@@ -720,20 +720,6 @@ What matters more than formal qualifications: fail-closed thinking by default, c
 
 No fixed time commitment. If you're interested — or know someone who fits — email `martin@bambuddy.cool` or DM on Discord.
 
-```bash
-# Development setup
-git clone https://github.com/maziggy/bambuddy.git
-cd bambuddy
-
-# Backend
-python3 -m venv venv && source venv/bin/activate
-pip install -r requirements.txt
-DEBUG=true uvicorn backend.app.main:app --reload
-
-# Frontend (separate terminal)
-cd frontend && npm install && npm run dev
-```
-
 See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
 
 ---