Kairos preview

Start the local app server.

This is the source entry file. It cannot run directly from file:// because Kairos uses React and TypeScript.

cd app && npm install && npm run dev

Then open the localhost address Vite prints in the terminal (normally http://127.0.0.1:5173).