Start by installing [Pixi](https://pixi.sh/latest/). Once done, run the following:
```commandline
pixi install
```
Now, you can launch the GUI with:
```commandline
pixi run app
```
It should automatically open a browser window with your application. If you don't want it to open the window by default, you can add the `--server` option: