Beginner can't start up bolt.diy

I successfully installed and ran Bolt.diy yesterday and had it working with ollama, i have a gtx 1060 6gb gpu, so no big models for me. Trying to start Bolt.diy from the cmd with npm start.
Am i using the right command to run it?
I’m a complete novice with cmd line.
I’m getting errors. This is displayed

bolt@0.0.5 start
node -e “const { spawn } = require(‘child_process’); const isWindows = process.platform === ‘win32’; const cmd = isWindows ? ‘npm run start:windows’ : ‘npm run start:unix’; const child = spawn(cmd, { shell: true, stdio: ‘inherit’ }); child.on(‘exit’, code => process.exit(code));”

bolt@0.0.5 start:windows
wrangler pages dev ./build/client

:partly_sunny: wrangler 3.91.0 (update available 3.103.0)

✘ [ERROR] Build failed with 1 error:

✘ [ERROR] Could not resolve “…/build/server”

  [[path]].ts:5:29:
    5 │ import * as serverBuild from '../build/server';
      ╵                              ~~~~~~~~~~~~~~~~~

✘ [ERROR] Failed to build Functions at ./functions.

The error log generated didn’t help me either: —

— 2025-01-16T19:15:04.435Z log

:partly_sunny: wrangler 3.91.0 (update available e[32m3.103.0e[39m)
e[38;2;255;136;0m--------------------------------------------------------e[39m


— 2025-01-16T19:15:04.441Z debug
Configuration file belonging to :zap: Pages :zap: project detected.

— 2025-01-16T19:15:04.443Z debug
Compiling worker to "C:\Users…

Welcome @Dazmania83,

best I guess is to checkout some youtube videos where the install process is shown: