{"id":16988641,"url":"https://github.com/konghayao/front-end-mind-map-display","last_synced_at":"2026-04-13T18:31:04.462Z","repository":{"id":119745490,"uuid":"499100510","full_name":"KonghaYao/front-end-mind-map-display","owner":"KonghaYao","description":"前端脑图展示网站的源代码仓库","archived":false,"fork":false,"pushed_at":"2023-02-26T07:31:16.000Z","size":112,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T02:44:25.941Z","etag":null,"topics":["font-end","mind-map","website"],"latest_commit_sha":null,"homepage":"https://front-end-mind-map.netlify.app/","language":"TypeScript","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/KonghaYao.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":"2022-06-02T11:03:35.000Z","updated_at":"2024-07-06T13:45:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4926cda6-159d-4bdc-87fe-92d624553cbe","html_url":"https://github.com/KonghaYao/front-end-mind-map-display","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"a0d1f816e0ae171788898110c33ca1339ad296f6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KonghaYao/front-end-mind-map-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonghaYao%2Ffront-end-mind-map-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonghaYao%2Ffront-end-mind-map-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonghaYao%2Ffront-end-mind-map-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonghaYao%2Ffront-end-mind-map-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KonghaYao","download_url":"https://codeload.github.com/KonghaYao/front-end-mind-map-display/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonghaYao%2Ffront-end-mind-map-display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["font-end","mind-map","website"],"created_at":"2024-10-14T03:04:28.975Z","updated_at":"2026-04-13T18:31:04.445Z","avatar_url":"https://github.com/KonghaYao.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro Starter Kit: Basics\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![basics](https://user-images.githubusercontent.com/4677417/186188965-73453154-fdec-4d6b-9c34-cb35c248ae5b.png)\n\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:3000`      |\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonghayao%2Ffront-end-mind-map-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonghayao%2Ffront-end-mind-map-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonghayao%2Ffront-end-mind-map-display/lists"}