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.
- Host: GitHub
- URL: https://github.com/azarattum/amadeusui
- Owner: Azarattum
- Created: 2021-10-03T12:52:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T06:08:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T22:38:41.531Z (about 1 year ago)
- Topics: amadeus, pwa, svelte
- Language: Svelte
- Homepage: https://amadeus.ydns.eu/
- Size: 1.39 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amadeus UI
Graphical user interface for the Amadeus project.

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 |