- Use pnpm 8 and latest Node.js 20.
pnpm install
ui/start.tsx
- Open
http://localhost:5173
and see "Invalid URL" in the console. - Upgrade to vite 4.0.1 in
package.json
and see the error go away. - Opening
http://localhost:5173
should printIt works
to the browser devtools.