Skip to content

Instantly share code, notes, and snippets.

@caseywatts
Last active November 5, 2024 19:19
Show Gist options
  • Save caseywatts/b5561eebd43cd104bcec037f121a7366 to your computer and use it in GitHub Desktop.
Save caseywatts/b5561eebd43cd104bcec037f121a7366 to your computer and use it in GitHub Desktop.
Astro + Tailwind + Lit Quick Setup
  1. Install Astro pnpm create astro@latest
  2. Install Tailwind pnpm astro add tailwind docs
  3. Install a UI Framework (lit, svelte, etc) pnpm astro add lit docs
  4. Install the Astro MDX Integration pnpm add @astrojs/mdx and pnpm astro add mdx docs
  5. Install the Sitemap addon pnpm astro add sitemap docs
  6. Push to new github repository gh repo create --push --public --source=.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment