https://github.com/mocdaniel/dbodky.me
https://github.com/mocdaniel/dbodky.me
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mocdaniel/dbodky.me
- Owner: mocdaniel
- Created: 2023-12-26T19:07:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T19:29:07.000Z (6 months ago)
- Last Synced: 2026-01-14T23:33:41.424Z (6 months ago)
- Language: Astro
- Homepage: https://dbodky.me/
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro with Tailwind
```sh
npm 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).