https://github.com/remotesynth/astro-cfp-tracker
A simple app to track your conference CFP submissions built as an example using Astro.
https://github.com/remotesynth/astro-cfp-tracker
Last synced: about 1 year ago
JSON representation
A simple app to track your conference CFP submissions built as an example using Astro.
- Host: GitHub
- URL: https://github.com/remotesynth/astro-cfp-tracker
- Owner: remotesynth
- Created: 2023-07-21T12:18:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T20:59:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T23:18:21.550Z (over 1 year ago)
- Language: Astro
- Size: 18.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](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).