Commit 842b9d2b authored by Duggan, John's avatar Duggan, John
Browse files

Add install and run instructions to the README

parent 50f8a241
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
IPS Fastran GUI
=======================

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:

```commandline
pixi run app --server
```

Developers: please read [this document](DEVELOPMENT.md)