https://github.com/chizidotdev/chizi.dev
https://github.com/chizidotdev/chizi.dev
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chizidotdev/chizi.dev
- Owner: chizidotdev
- Created: 2025-05-26T13:48:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-16T01:35:04.000Z (5 months ago)
- Last Synced: 2026-02-16T08:53:13.856Z (5 months ago)
- Language: TypeScript
- Size: 740 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro with Tailwind
```sh
pnpm create astro@latest -- --template with-tailwindcss
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-tailwindcss)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/with-tailwindcss/devcontainer.json)
Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind.
For complete setup instructions, please see our [Tailwind Integration Guide](https://docs.astro.build/en/guides/integrations-guide/tailwind).