An open API service indexing awesome lists of open source software.

https://github.com/azarattum/amadeusui

Graphical user interface for the Amadeus project.
https://github.com/azarattum/amadeusui

amadeus pwa svelte

Last synced: 4 months ago
JSON representation

Graphical user interface for the Amadeus project.

Awesome Lists containing this project

README

          

# Amadeus UI

Graphical user interface for the Amadeus project.

![Logo](static/images/logo.jpg)

This interface can be used to connect to the [Amadeus core](https://github.com/Azarattum/AmadeusCore).

### Features
- Lightweight, fast and reactive
- Native-like interface
- Extensive touch support
- Dark & light modes
- Installable as Progressive Web App

### NPM Scripts:

| 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 |