Flyonui + 11ty Integration Getting Started First, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev Open http://localhost:8080 with your browser to see the result. Production For production run the below command: npm run build