A very basic starter for Eleventy, TailwindCSS v4 Installation Install dependecies $ npm install Development Start the Development Server $ npm run dev Build Build the site $ npm run build Serve the static build (useful for local testing) npx serve dist å