- Clone from GitHub
https://github.com/themewagon/windmill-dashboard.git
- Install Dependencies
npm i
- Build CSS (optional, pre-built CSS is in
public/assets/css/)
npm run build
- Run locally (e.g.
npx serve publicor openpublic/index.htmlin a browser)
The dashboard is static HTML in public/. To serve it at https://themewagon.github.io/windmill-dashboard/:
- In the repo go to Settings → Pages.
- Under Build and deployment, set Source to GitHub Actions.
- Push to
main(or run the workflow manually from the Actions tab). The workflow builds Tailwind CSS and deploys thepublic/folder.
All links use relative paths, so they work correctly under the /windmill-dashboard/ base path.
Design and code are completely written by the Windmill UI design and development team.
- Design and Code is Copyright © Windmill UI
- Licensed under [MIT]
- Distributed by ThemeWagon