Graphical user interface for the Amadeus project.
This interface can be used to connect to the Amadeus core.
| Script | Description |
|---|---|
| dev | Starts the development server |
| build | Creates a production build of the project |
| preview | Runs the production build locally |
| check | Executes svelte's types check |
| check:watch | Executes svelte's types check continuously |
| lint | Lints project and checks formatting |
| format | Permorms code formatting |