➜ ~/projects/warp-terminal
git
status
0.04s
On branch feature/blocks-ui
Your branch is up to date with 'origin/feature/blocks-ui'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
modified: src/components/Block.tsx
modified: src/lib/ansi.ts
new file: src/ai/prompt.ts
no changes added to commit (use "git add" and/or "git commit -a")
➜ ~/projects/warp-terminal
npm
install
3.21s
added 38 packages, and audited 412 packages in 3s
42 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
➜ ~/projects/warp-terminal
ls
-la
0.02s
total 248
drwxr-xr-x 14 staff 448 Jul 4 09:41 .
drwxr-xr-x 7 staff 224 Jul 2 14:18 ..
drwxr-xr-x 3 staff 96 Jul 3 11:02 .git
-rw-r--r-- 1 staff 14 Jul 1 08:55 .gitignore
-rw-r--r-- 1 staff 1280 Jul 3 16:40 README.md
-rw-r--r-- 1 staff 892 Jul 4 09:41 package.json
drwxr-xr-x 8 staff 256 Jul 3 17:12 src
drwxr-xr-x 4 staff 128 Jul 3 11:02 tests
-rw-r--r-- 1 staff 2.1k Jul 3 11:02 tsconfig.json
➜ ~/projects/warp-terminal
npm
run dev
running
VITE v5.3.4 ready in 312 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help