# R&D-Agent ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### API URL behavior after build This project uses the current page origin as the API base URL. If the built frontend is served by the same Flask server that also exposes `/upload`, `/trace`, `/control` and other APIs, no extra frontend configuration is needed. The frontend will automatically call the same host and port that served the page. This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `