Run the Dev Server
Start the Server
pnpm fluxlay devOr specify a directory:
pnpm fluxlay dev ./my-wallpaperHow It Works
- Validates
fluxlay.yamlin the project directory. - Finds an available port starting from 3000.
- Starts a Vite dev server.
- Writes a
dev.jsonto the app data directory so the desktop app can discover it. - The desktop app renders the wallpaper with hot module replacement (HMR).
Requirements
- The Fluxlay desktop app must be running.
- A valid
fluxlay.yamlmust exist in the project root.