Initial Release: OpenQode Public Alpha v1.3

This commit is contained in:
Gemini AI
2025-12-14 00:40:14 +04:00
Unverified
commit 8e8d80c110
119 changed files with 31174 additions and 0 deletions

11
start-server.ps1 Normal file
View File

@@ -0,0 +1,11 @@
Write-Host "Starting OpenQode Web Server..." -ForegroundColor Green
Set-Location "E:\TRAE Playground\Test Ideas\OpenQode-v1.01-Preview"
# Kill any existing process on port 3000
npx kill-port 3000 2>$null
Write-Host "OpenQode Web Server is now running on http://localhost:3000" -ForegroundColor Yellow
Write-Host "Press Ctrl+C to stop the server" -ForegroundColor Cyan
# Start the server
node server.js