No description
  • TypeScript 82.2%
  • CSS 10.3%
  • Astro 6.9%
  • JavaScript 0.6%
Find a file
2026-09-07 17:53:35 -07:00
.astro chore: added dynamic scaling of resume preview component based on viewport size 2026-09-07 17:16:43 -07:00
.forgejo/workflows chore: update CI/CD workflow to point directly to git-pages server rather than nginx after it was removed 2026-09-07 17:53:35 -07:00
components/ui added a tooltip to the copy button 2026-08-21 09:57:40 -07:00
lib first draft 2026-08-20 17:27:42 -07:00
public first draft 2026-08-20 17:27:42 -07:00
src chore: added dynamic scaling of resume preview component based on viewport size 2026-09-07 17:16:43 -07:00
.gitignore Initial commit 2026-08-11 00:59:57 +00:00
AGENTS.md first draft 2026-08-20 17:27:42 -07:00
astro.config.mjs first draft 2026-08-20 17:27:42 -07:00
CLAUDE.md first draft 2026-08-20 17:27:42 -07:00
components.json first draft 2026-08-20 17:27:42 -07:00
LICENSE Initial commit 2026-08-11 00:59:57 +00:00
package-lock.json updated ci publish 2026-08-26 15:01:20 -07:00
package.json first draft 2026-08-20 17:27:42 -07:00
README.md first draft 2026-08-20 17:27:42 -07:00
tsconfig.json first draft 2026-08-20 17:27:42 -07:00

Astro with Tailwind

npm create astro@latest -- --template with-tailwindcss

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

Astro comes with Tailwind support out of the box. This example showcases how to style your Astro project with Tailwind.

For complete setup instructions, please see our Tailwind Styling Guide.