{"id":18645877,"url":"https://github.com/interledger/interledger.org-learn","last_synced_at":"2026-02-28T08:32:43.343Z","repository":{"id":227774681,"uuid":"771798502","full_name":"interledger/interledger.org-learn","owner":"interledger","description":"🤓 Source code for the learn section of Interledger.org (maybe)","archived":false,"fork":false,"pushed_at":"2025-07-08T06:06:14.000Z","size":42209,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T07:31:34.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/interledger.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":"2024-03-14T01:03:13.000Z","updated_at":"2025-07-08T06:06:16.000Z","dependencies_parsed_at":"2024-05-03T10:57:03.346Z","dependency_job_id":"c20c6e56-0b9b-4846-81cc-610bfe157e46","html_url":"https://github.com/interledger/interledger.org-learn","commit_stats":null,"previous_names":["interledger/interledger.org-learn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interledger/interledger.org-learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Finterledger.org-learn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Finterledger.org-learn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Finterledger.org-learn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Finterledger.org-learn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledger","download_url":"https://codeload.github.com/interledger/interledger.org-learn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger%2Finterledger.org-learn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29928697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":"2024-11-07T06:17:31.655Z","updated_at":"2026-02-28T08:32:43.324Z","avatar_url":"https://github.com/interledger.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interledger learning hub\n\nSource code for the prototype Interledger learning hub. This site is separate from the headless Drupal-powered main site and is built with [Starlight](https://starlight.astro.build/), a documentation framework powered by [Astro](https://astro.build/).\n\n## 🚀 Project Structure\n\nInside this project, you'll see the following folders and files:\n\n```\n.\n├── public/\n├── src/\n│   ├── components/\n│   ├── content/\n│   │   ├── docs/\n│   │   └── config.ts\n│   ├── layouts/\n│   ├── pages/\n│   ├── styles/\n│   └── env.d.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\nStatic assets, like favicons or images, can be placed in the `public/` directory. When referencing these assets in your markdown, you do not have to include `public/` in the file path, so an image would have a path like:\n\n```md\n![A lovely description of your beautiful image](/img/YOUR_BEAUTIFUL_IMAGE.png)\n```\n\nFor more information about the way our documentation projects are set up, please refer to our [documentation style guide](https://interledger.tech/#docs-site-building).\n\n## Local Development\n\nWe are using [Bun](https://bun.sh/) in this repository, but you could theoretically use the package manager of your choice. To install Bun, run\n\n```sh\ncurl -fsSL https://bun.sh/install | bash\n```\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 run start`           | Starts local dev server at `localhost:1106`      |\n| `bun run build`           | Build your production site to `./dist/`          |\n| `bun run preview`         | Preview your build locally, before deploying     |\n| `bun run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `bun run astro -- --help` | Get help using the Astro CLI                     |\n\nYou can substitute the `bun` commands with whatever package manager of your choice uses.\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%2Finterledger%2Finterledger.org-learn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledger%2Finterledger.org-learn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger%2Finterledger.org-learn/lists"}