https://github.com/narze/hacktober
My hacktoberfest-friendly projects
https://github.com/narze/hacktober
active-project fundme hacktoberfest
Last synced: about 1 year ago
JSON representation
My hacktoberfest-friendly projects
- Host: GitHub
- URL: https://github.com/narze/hacktober
- Owner: narze
- Created: 2022-09-28T18:41:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T07:06:25.000Z (over 3 years ago)
- Last Synced: 2025-04-17T00:18:20.787Z (about 1 year ago)
- Topics: active-project, fundme, hacktoberfest
- Language: Astro
- Homepage: https://hacktober.narze.live
- Size: 239 KB
- Stars: 6
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Astro with Tailwind
```
npm create astro@latest -- --template with-tailwindcss
```
[](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).