Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonyarianto/airmill-dashboard
Airmill Dashboard is based on Windmill Dashboard. Powered by SvelteKit, Tailwind CSS and other great libraries.
https://github.com/sonyarianto/airmill-dashboard
chartjs dashboard svelte sveltekit tailwindcss ui-components
Last synced: 2 months ago
JSON representation
Airmill Dashboard is based on Windmill Dashboard. Powered by SvelteKit, Tailwind CSS and other great libraries.
- Host: GitHub
- URL: https://github.com/sonyarianto/airmill-dashboard
- Owner: sonyarianto
- License: mit
- Created: 2023-02-18T19:35:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T12:56:31.000Z (about 1 year ago)
- Last Synced: 2024-10-12T12:52:15.953Z (3 months ago)
- Topics: chartjs, dashboard, svelte, sveltekit, tailwindcss, ui-components
- Language: Svelte
- Homepage: https://airmill-dashboard.vercel.app
- Size: 948 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Airmill Dashboard
Airmill Dashboard is based on [Windmill Dashboard](https://github.com/estevanmaito/windmill-dashboard) by [Estevan Maito](https://github.com/estevanmaito). Powered by SvelteKit, TailwindCSS and other great libraries.
## How to run?
Clone this repository, go to the project directory and run below command.
```
npm install
```then
```
npm run dev
```## Demo
https://airmill-dashboard.vercel.app
## Screen shot
![My image](https://raw.githubusercontent.com/sonyarianto/airmill-dashboard/main/airmill_dashboard-0.1.0.png?9832732)
## Difference with Windmill Dashboard
- **Windmill Dashboard** available in HTML (+Tailwind CSS and Alpine.js) and React, **Airmill Dashboard** only provide SvelteKit version.
- **Windmill Dashboard** still using old Tailwind CSS, old Alpine.js, old Chart.js, **Airmill Dashboard** update all packages to the very latest version.
- Some slight layout changes just for **my** taste.## Technical notes
- Due to my limited time, some section still not ported to SvelteKit, such as Charts and Modal and also still bug on active tab. Any PR are welcome.
## License
MIT
Maintained by Sony Arianto Kurniawan <> and contributors.