This is the main Fig app 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.href
to the URL of the dashboard development server.