{"id":28423779,"url":"https://github.com/casoon/bun-astro-starter","last_synced_at":"2025-09-20T07:57:22.445Z","repository":{"id":256199978,"uuid":"854579640","full_name":"casoon/bun-astro-starter","owner":"casoon","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-17T08:46:46.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T02:39:05.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-09T12:32:27.000Z","updated_at":"2024-09-17T08:46:49.000Z","dependencies_parsed_at":"2024-09-09T15:18:20.720Z","dependency_job_id":"9f1ce045-abda-4285-a397-f7b231427db6","html_url":"https://github.com/casoon/bun-astro-starter","commit_stats":null,"previous_names":["casoon/bun-astro-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/casoon/bun-astro-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casoon%2Fbun-astro-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casoon%2Fbun-astro-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casoon%2Fbun-astro-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casoon%2Fbun-astro-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casoon","download_url":"https://codeload.github.com/casoon/bun-astro-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casoon%2Fbun-astro-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276064356,"owners_count":25578999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-05T09:09:29.867Z","updated_at":"2025-09-20T07:57:22.403Z","avatar_url":"https://github.com/casoon.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bun + Astro Starter Template\n\nWelcome to the **Bun + Astro Starter** project template! This repository is designed to help you quickly start a web application using **Bun.js** for server-side rendering, **Astro.js** for static site generation, **Alpine.js** for interactivity, and **Tailwind CSS** for styling.\n\n## Features\n\n- **Bun.js**: Fast JavaScript runtime for building server-side applications.\n- **Astro.js**: Optimized static site generator with a focus on speed and simplicity.\n- **Alpine.js**: Lightweight framework for declarative UI interactivity.\n- **Tailwind CSS**: Utility-first CSS framework for rapid design.\n\n## Getting Started with the Template\n\n### Using this Template\n\nYou can easily create your own project based on this template by clicking the **\"Use this template\"** button at the top of this repository. This will create a new repository in your GitHub account with this template's content.\n\n1. Click **\"Use this template\"**.\n2. Choose a repository name for your project.\n3. Clone your new repository to your local machine:\n   ```bash\n   git clone https://github.com/casoon/bun-astro-starter.git\n   cd bun-astro-starter\n   ```\n\n4. Install dependencies:\n   ```bash\n   bun install\n   ```\n\n5. Start the development server:\n   ```bash\n   bun dev\n   ```\n\n### Prerequisites\n\nMake sure you have **Bun** installed on your system. If not, you can install it by following the [Bun installation guide](https://bun.sh/).\n\n### Building for Production\n\nTo build the site for production, run:\n\n```bash\nbun run build\n```\n\nThe output will be placed in the `dist` folder, which can be deployed to any static hosting provider.\n\n### Deploying\n\nAstro produces static HTML files that can be hosted anywhere. You can deploy to platforms like **Netlify**, **Vercel**, **GitHub Pages**, or your own server.\n\n## Project Structure\n\nHere's an overview of the main project files and directories:\n\n```\n├── src/\n│   ├── layouts/         # Layout components (e.g., MainLayout)\n│   ├── pages/           # Astro pages\n│   ├── styles/          # Tailwind CSS styles\n│   └── components/      # Reusable UI components\n├── public/              # Public assets\n├── astro.config.mjs     # Astro configuration\n├── tailwind.config.cjs  # Tailwind configuration\n├── bun.lockb            # Bun lockfile for package versions\n└── package.json         # Project metadata and dependencies\n```\n\n### Customization\n\n- **Alpine.js**: Alpine.js is already set up. Use `x-data`, `x-show`, and other directives to add interactivity to your components.\n- **Tailwind CSS**: Modify the `tailwind.config.cjs` file to customize your Tailwind setup, such as themes, colors, and plugins.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.\n\n---\n\n## MIT License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nFeel free to open issues or submit\n\n## Author\n\nCreated by **Casoon**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasoon%2Fbun-astro-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasoon%2Fbun-astro-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasoon%2Fbun-astro-starter/lists"}