Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/simple-hygraph-astro-example
https://github.com/brob/simple-hygraph-astro-example
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/simple-hygraph-astro-example
- Owner: brob
- Created: 2024-03-07T20:20:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T20:21:24.000Z (10 months ago)
- Last Synced: 2024-11-07T00:29:15.326Z (about 2 months ago)
- Language: Astro
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro with Tailwind
```
npm init astro -- --template with-tailwindcss
```[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-tailwindcss)
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 [Styling Guide](https://docs.astro.build/guides/styling#-tailwind).