https://github.com/themeselection/flyonui-astro-integration
https://github.com/themeselection/flyonui-astro-integration
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themeselection/flyonui-astro-integration
- Owner: themeselection
- Created: 2025-03-28T13:28:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T13:48:57.000Z (10 months ago)
- Last Synced: 2025-07-22T14:41:30.197Z (10 months ago)
- Language: Astro
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [FlyonUI](https://flyonui.com/) + [Astro](https://astro.build/) Integrations
Check out the [Astro](https://astro.build/) documentation to learn more, and explore [FlyonUI](https://flyonui.com/), a free Tailwind CSS component library, for ready-to-use UI components.
## Branch Overview
- **main**: Contains the FlyonUI Starter Kit integrated with Astro, providing a foundational setup to begin your project.
- **components**: Showcases the implementation and usage of various FlyonUI components within a Astro environment.
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```
To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).