{"id":22775013,"url":"https://github.com/hozlucas28/astro-course-2023","last_synced_at":"2026-04-12T00:41:15.225Z","repository":{"id":193084302,"uuid":"688075479","full_name":"hozlucas28/Astro-Course-2023","owner":"hozlucas28","description":"Repository of Astro course of @midudev.","archived":false,"fork":false,"pushed_at":"2025-01-01T01:35:11.000Z","size":597,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"Master","last_synced_at":"2025-02-05T14:46:25.385Z","etag":null,"topics":["2023","astro","course","husky","javascript","midudev","mit-license","prettier","react","server-side-rendering","static-site-generator","tailwindcss","typescript","view-transitions"],"latest_commit_sha":null,"homepage":"https://spacex-launches-bice-nine.vercel.app","language":"Astro","has_issues":false,"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/hozlucas28.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06T15:44:12.000Z","updated_at":"2025-01-01T01:35:14.000Z","dependencies_parsed_at":"2023-12-03T08:23:39.203Z","dependency_job_id":"664dd481-d673-4958-b986-50873262706f","html_url":"https://github.com/hozlucas28/Astro-Course-2023","commit_stats":null,"previous_names":["hozlucas28/astro-course-2023"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FAstro-Course-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FAstro-Course-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FAstro-Course-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FAstro-Course-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hozlucas28","download_url":"https://codeload.github.com/hozlucas28/Astro-Course-2023/tar.gz/refs/heads/Master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320201,"owners_count":20758410,"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":["2023","astro","course","husky","javascript","midudev","mit-license","prettier","react","server-side-rendering","static-site-generator","tailwindcss","typescript","view-transitions"],"created_at":"2024-12-11T18:18:53.929Z","updated_at":"2026-04-12T00:41:15.211Z","avatar_url":"https://github.com/hozlucas28.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Astro Course [2023]\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    Repository of \u003ca href=\"https://youtu.be/RB5tR_nqUEw?si=QO91l-lAEHpGrJAL\" target=\"_blank\"\u003eAstro course\u003ca\u003e of \u003ca href=\"https://www.linkedin.com/in/midudev/\" target=\"_blank\"\u003eMidudev\u003c/a\u003e.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#----summary\"\u003eSummary\u003c/a\u003e •\n    \u003ca href=\"#----installation\"\u003eInstallation\u003c/a\u003e •\n    \u003ca href=\"#----license\"\u003eLicense\u003c/a\u003e •\n    \u003ca href=\"#----acknowledgments\"\u003eAcknowledgments\u003c/a\u003e •\n    \u003ca href=\"#----contact\"\u003eContact\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/astro-logo.png\" width=\"425\"\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Summary\n\u003c/h2\u003e\n\u003cp\u003e\n    This is a repository where I store all lessons that I take on \u003ca href=\"#\" target=\"_blank\"\u003eAstro course\u003ca\u003e of \u003ca href=\"https://www.linkedin.com/in/midudev/\" target=\"_blank\"\u003eMidudev\u003c/a\u003e. In addition, I used npm packages like: \u003ca href=\"https://prettier.io/\" target=\"_blank\"\u003ePrettier\u003c/a\u003e and \u003ca href=\"https://github.com/typicode/husky\" target=\"_blank\"\u003eHusky\u003c/a\u003e to make my code be more 'prettier'.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Installation\n\u003c/h2\u003e\n\u003cp\u003e\n    Clone the repository, install \u003ca href=\"https://nodejs.org/es/\" target=\"_blank\"\u003eNode.js\u003c/a\u003e (runtime environment) and use \u003ca href=\"https://code.visualstudio.com/\" target=\"_blank\"\u003eVisual Studio Code\u003c/a\u003e (code editor). Then, run command \u003ccode\u003epnpm install\u003c/code\u003e to install all packages used in this repository. Now, runs \u003ccode\u003epnpm run dev\u003c/code\u003e or \u003ccode\u003epnpm run dev:network\u003c/code\u003e in your terminal to check this Astro course in your machine.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    License\n\u003c/h2\u003e\n\u003cp\u003e\n    This repository is under \u003ca href=\"./LICENSE\" target=\"_blank\"\u003eMIT license\u003c/a\u003e, if you want to see what you are allowed to do with the content of this repository, please visit \u003ca href=\"https://choosealicense.com/licenses/\" target=\"_blank\"\u003echoosealicense.com\u003c/a\u003e for more information.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Acknowledgments\n\u003c/h2\u003e\n\u003cp\u003e\n    Thanks to \u003ca href=\"https://www.linkedin.com/in/midudev/\" target=\"_blank\"\u003eMiguel Ángel Durán\u003c/a\u003e teacher to make this course.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Contact\n\u003c/h1\u003e\n\u003cp\u003e\n    If you want to contact me, please see my \u003ca href=\"https://github.com/hozlucas28\" target=\"_blank\"\u003esocials medias\u003c/a\u003e in my GitHub profile.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fastro-course-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhozlucas28%2Fastro-course-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fastro-course-2023/lists"}