{"id":31424877,"url":"https://github.com/sarvesh-astrophile/astro-learn","last_synced_at":"2026-05-17T17:09:46.431Z","repository":{"id":315355056,"uuid":"1058523127","full_name":"sarvesh-astrophile/astro-learn","owner":"sarvesh-astrophile","description":"a simple tech blog","archived":false,"fork":false,"pushed_at":"2025-09-18T05:03:54.000Z","size":18429,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-30T04:13:12.235Z","etag":null,"topics":["astro","blog","vercel"],"latest_commit_sha":null,"homepage":"https://astro-learn-tau.vercel.app/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarvesh-astrophile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T07:49:45.000Z","updated_at":"2025-09-18T05:05:32.000Z","dependencies_parsed_at":"2025-09-18T06:35:13.754Z","dependency_job_id":null,"html_url":"https://github.com/sarvesh-astrophile/astro-learn","commit_stats":null,"previous_names":["sarvesh-astrophile/astro-learn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sarvesh-astrophile/astro-learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarvesh-astrophile%2Fastro-learn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarvesh-astrophile%2Fastro-learn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarvesh-astrophile%2Fastro-learn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarvesh-astrophile%2Fastro-learn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarvesh-astrophile","download_url":"https://codeload.github.com/sarvesh-astrophile/astro-learn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarvesh-astrophile%2Fastro-learn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33147340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["astro","blog","vercel"],"created_at":"2025-09-30T04:07:46.085Z","updated_at":"2026-05-17T17:09:46.414Z","avatar_url":"https://github.com/sarvesh-astrophile.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Kit: Minimal\n\n```sh\nbun create astro@latest -- --template minimal\n```\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n/\n├── public/\n├── src/\n│   └── pages/\n│       └── index.astro\n└── package.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command               | Action                                           |\n| :-------------------- | :----------------------------------------------- |\n| `bun install`         | Installs dependencies                            |\n| `bun dev`             | Starts local dev server at `localhost:4321`      |\n| `bun build`           | Build your production site to `./dist/`          |\n| `bun preview`         | Preview your build locally, before deploying     |\n| `bun astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `bun astro -- --help` | Get help using the Astro CLI                     |\n\n## 🚀 Deployment to Vercel\n\nThis project is configured for seamless deployment to Vercel with automatic framework detection.\n\n### Steps to Deploy:\n\n1. **Install Vercel CLI** (optional, for local testing):\n   ```sh\n   npm i -g vercel\n   ```\n\n2. **Deploy to Vercel**:\n   - Connect your GitHub repository to Vercel, or\n   - Use Vercel CLI: `vercel`\n\n3. **Automatic Configuration**:\n   Vercel will automatically detect your Astro framework and configure:\n   - **Build Command**: `npm run build`\n   - **Output Directory**: `dist`\n   - **Serverless Functions**: For SSR routes\n   - **Static Assets**: Optimized delivery\n\n### Key Features:\n- ✅ Server-Side Rendering (SSR) support\n- ✅ Automatic framework detection\n- ✅ Optimized static asset delivery\n- ✅ Serverless function deployment\n- ✅ TailwindCSS integration\n\n### Environment Variables:\nAdd any environment variables in your Vercel dashboard under Project Settings \u003e Environment Variables.\n\n### Troubleshooting:\nIf you encounter deployment issues, Vercel will automatically detect the framework. The minimal `vercel.json` configuration ensures compatibility with Vercel's built-in Astro support.\n\n## 👀 Want to learn more?\n\nFeel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarvesh-astrophile%2Fastro-learn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarvesh-astrophile%2Fastro-learn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarvesh-astrophile%2Fastro-learn/lists"}