{"id":28271916,"url":"https://github.com/itsmebriand/how-to-code","last_synced_at":"2025-07-27T06:06:01.979Z","repository":{"id":290831383,"uuid":"973015779","full_name":"ItsMeBrianD/how-to-code","owner":"ItsMeBrianD","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T01:02:34.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T13:41:41.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MDX","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/ItsMeBrianD.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}},"created_at":"2025-04-26T04:39:50.000Z","updated_at":"2025-05-01T01:02:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4b3b9a7-463f-4b29-83a9-59f99df7ceec","html_url":"https://github.com/ItsMeBrianD/how-to-code","commit_stats":null,"previous_names":["itsmebriand/how-to-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ItsMeBrianD/how-to-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeBrianD%2Fhow-to-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeBrianD%2Fhow-to-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeBrianD%2Fhow-to-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeBrianD%2Fhow-to-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsMeBrianD","download_url":"https://codeload.github.com/ItsMeBrianD/how-to-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeBrianD%2Fhow-to-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267312259,"owners_count":24067774,"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-07-27T02:00:11.917Z","response_time":82,"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-05-20T18:24:08.611Z","updated_at":"2025-07-27T06:06:01.963Z","avatar_url":"https://github.com/ItsMeBrianD.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starlight Starter Kit: Basics\n\n[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build)\n\n```\nbun create astro@latest -- --template starlight\n```\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics)\n[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics)\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight\u0026create_from_path=examples/basics)\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics\u0026project-name=my-starlight-docs\u0026repository-name=my-starlight-docs)\n\n\u003e 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!\n\n## 🚀 Project Structure\n\nInside of your Astro + Starlight project, you'll see the following folders and files:\n\n```\n.\n├── public/\n├── src/\n│   ├── assets/\n│   ├── content/\n│   │   ├── docs/\n│   └── content.config.ts\n├── astro.config.mjs\n├── package.json\n└── tsconfig.json\n```\n\nStarlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.\n\nImages can be added to `src/assets/` and embedded in Markdown with a relative link.\n\nStatic assets, like favicons, 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## 👀 Want to learn more?\n\nCheck out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmebriand%2Fhow-to-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsmebriand%2Fhow-to-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmebriand%2Fhow-to-code/lists"}