Ver código fonte

Updated README

maziggy 1 dia atrás
pai
commit
fee16f4e34
1 arquivos alterados com 0 adições e 14 exclusões
  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.
 
 ---