{"id":23076593,"url":"https://github.com/corbaz/astro_v3","last_synced_at":"2025-04-03T12:16:38.168Z","repository":{"id":192548875,"uuid":"686961824","full_name":"corbaz/Astro_v3","owner":"corbaz","description":"Framework Astro version 03","archived":false,"fork":false,"pushed_at":"2023-09-07T22:48:15.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T01:39:41.491Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corbaz.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}},"created_at":"2023-09-04T10:11:45.000Z","updated_at":"2023-09-04T10:50:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa4321a3-e8a6-47e7-8a2d-0a9be5876ddd","html_url":"https://github.com/corbaz/Astro_v3","commit_stats":null,"previous_names":["corbaz/astro_v3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2FAstro_v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2FAstro_v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2FAstro_v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2FAstro_v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corbaz","download_url":"https://codeload.github.com/corbaz/Astro_v3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998229,"owners_count":20866696,"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","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":"2024-12-16T09:41:50.303Z","updated_at":"2025-04-03T12:16:38.137Z","avatar_url":"https://github.com/corbaz.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Kit: Basics\n\njulio.corbaz@gmail.com\n\n```\nnpm create astro@latest -- --template basics\n```\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n![just-the-basics](https://github.com/withastro/astro/assets/2244813/a0a5533c-a856-4198-8470-2d67b1d7c554)\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── favicon.svg\n├── src/\n│   ├── components/\n│   │   └── Card.astro\n│   ├── layouts/\n│   │   └── Layout.astro\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| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4321`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n| `npm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `npm run astro -- --help` | Get help using the Astro CLI                     |\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\n\n\n# Astro con Tailwind\n\n### Instalación\n```cmd\nnode --version\n18.17.1\n\nnpm -version\n8.11.0\n\npnpm -v\n8.6.7\n\nnvm version\n1.1.11\n\npnpm create astro@latest\nnpx astro add tailwind\nnpm install -g json-server\n```\n\n### package.json\n```cmd\n{\n  \"name\": \"astrov3\",\n  \"type\": \"module\",\n  \"version\": \"0.0.1\",\n  \"scripts\": {\n    \"json-server\": \"json-server --watch ./src/data/db.json\",\n    \"dev\": \"astro dev --host\",\n    \"start\": \"astro dev --host\",\n    \"build\": \"astro build\",\n    \"preview\": \"astro preview\",\n    \"astro\": \"astro\",\n    \"deploy-gh-pages\": \"astro build \u0026\u0026 gh-pages -d dist\",\n    \"deploy-surge\": \"astro build \u0026\u0026 surge dist astro-v3.surge.sh\"\n  },\n  \"dependencies\": {\n    \"@astrojs/react\": \"^3.0.1\",\n    \"@astrojs/tailwind\": \"^5.0.0\",\n    \"@types/react\": \"^18.2.21\",\n    \"@types/react-dom\": \"^18.2.7\",\n    \"astro\": \"^3.0.10\",\n    \"json-server\": \"^0.17.3\",\n    \"react\": \"^18.2.0\",\n    \"react-dom\": \"^18.2.0\",\n    \"sonner\": \"^0.7.0\",\n    \"tailwindcss\": \"^3.3.3\",\n    \"tailwindcss-animated\": \"^1.0.1\"\n  }\n}\n\n```\n\n### npm run astro\n```cmd \nnpm run astro\n\n\u003e astro03@0.0.1 astro\n\u003e astro\n\n\n  astro  v3.0.7 Build faster websites.\n\n  astro [command] [...flags]\n\n   Commands\n\n                add  Add an integration.\n              build  Build your project and write it to disk.\n              check  Check your project for errors.\n                dev  Start the development server.\n               docs  Open documentation in your web browser.\n               info  List info about your current Astro setup.\n            preview  Preview your build locally.\n               sync  Generate content collection types.\n          telemetry  Configure telemetry settings.\n\n   Global Flags\n\n    --config \u003cpath\u003e  Specify your config file.\n      --root \u003cpath\u003e  Specify your project root folder.\n       --site \u003curl\u003e  Specify your project site.\n  --base \u003cpathname\u003e  Specify your project base.\n          --verbose  Enable verbose logging.\n           --silent  Disable all logging.\n          --version  Show the version number and exit.\n             --help  Show this help message.\n```\n\n### npm run astro info\n```cmd\nAstro                 v3.0.7\nNode                  v18.17.1\nSystem                Windows (x64)\nPackage Manager       npm\nOutput                static\nAdapter               none\nIntegrations          @astrojs/tailwind\n                      @astrojs/react\"\n\n\n\nnpx astro add --help\n\n  astro add [...integrations] [...adapters]\n\n   Flags\n      --yes   Accept all prompts.\n      --help  Show this help message.\n\n   UI Frameworks\n       react  astro add react\n      preact  astro add preact\n         vue  astro add vue\n      svelte  astro add svelte\n    solid-js  astro add solid-js\n         lit  astro add lit\n    alpinejs  astro add alpinejs\n\n   SSR Adapters\n     netlify  astro add netlify\n      vercel  astro add vercel\n        deno  astro add deno\n  cloudflare  astro add cloudflare\n        node  astro add node\n\n   Others\n    tailwind  astro add tailwind\n       image  astro add image\n         mdx  astro add mdx\n   partytown  astro add partytown\n     sitemap  astro add sitemap\n    prefetch  astro add prefetch\n\nFor more integrations, check out: https://astro.build/integrations\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbaz%2Fastro_v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorbaz%2Fastro_v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbaz%2Fastro_v3/lists"}