This is the main Amazon Q Desktop written in Rust. It should be ready to run and start developing with if you follow the instructions in the root README.
- Follow the instructions under the dashboard README to run the development server.
- Run
cargo run. - Once the UI opens, right click anywhere to inspect element, go to the console tab, and set
window.location.hrefto the URL of the dashboard development server.- Alternatively, you can use the
DASHBOARD_URLenvironment variable instead of manually settingwindow.location.href, e,g.DASHBOARD_URL=http://localhost:3433 cargo run.
- Alternatively, you can use the