Just follow the instructios on the npm website for your platform
Just follow the instructions on the tauri website for your platform
Use a Github Client or from the cli run
$ git clone https://github.com/mu-zero-HYPERLOOP/control-panel
$ cd control-panel
$ npm install
This will install all npm dependencies and take a while
$ npm run tauri dev
This takes a while (not more than 3 min), afterwards the control-panel application, should open in developer mode (less performant than release but supports hot reloading, devtools etc.)
Just run
$ npm run tauri build
Afterwards the executable app bundle can be found somewhere
in src-tauri/target/release/bundle/
depending on your platform