Skip to content

I have followed Claude and codex locally, but they are not effective. #22

@DouDOU-start

Description

@DouDOU-start

(base) parallels@ubuntu-linux-2404:~/code/Claudable$ npm run dev

[email protected] dev
npm run ensure:env && npm run ensure:venv && concurrently --raw "npm run dev:api" --prefix "[WEB] " "npm run dev:web"

[email protected] ensure:env
node scripts/setup-env.js

Setting up environment...
API port: 8080
Web port: 3000
Created .env
apps/web/.env.local already up to date
Environment setup complete!

[email protected] ensure:venv
node scripts/setup-venv.js

Using uv for Python environment...
Virtual environment already exists
Installing Python packages with uv...
Python packages installed
Python environment ready (via uv)!

[email protected] dev:web
node scripts/run-web.js

[email protected] dev:api
node scripts/run-api.js

Starting Web server on http://localhost:3000...
Starting API server on http://localhost:8080...
/home/parallels/code/Claudable/apps/api/.venv/bin/python: No module named uvicorn
API server exited with code 1

[email protected] dev
node scripts/dev.js --port 3000

▲ Next.js 14.2.5 (turbo)

  • Local: http://localhost:3000
  • Environments: .env.local
  • Experiments (use with caution):
    · scrollRestoration

✓ Starting...
✓ Ready in 559ms

🚀 Browser opened at http://localhost:3000
○ Compiling / ...
✓ Compiled / in 1873ms
🔍 Button display - selectedModel: claude-sonnet-4 availableModels: [ 'claude-sonnet-4', 'claude-opus-4.1' ] found: { id: 'claude-sonnet-4', name: 'Claude Sonnet 4' }
GET / 200 in 2016ms
✓ Compiled /_not-found/page in 136ms
GET /.well-known/appspecific/com.chrome.devtools.json 404 in 165ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions