{"id":15015930,"url":"https://github.com/ember-learn/ember-blog","last_synced_at":"2025-10-06T10:21:36.113Z","repository":{"id":37474401,"uuid":"174437791","full_name":"ember-learn/ember-blog","owner":"ember-learn","description":"Ember's official blog","archived":false,"fork":false,"pushed_at":"2025-09-10T07:26:21.000Z","size":54138,"stargazers_count":37,"open_issues_count":8,"forks_count":74,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-09-10T11:02:43.196Z","etag":null,"topics":["blog","ember-times","emberjs","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://blog.emberjs.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ember-learn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-07T23:47:28.000Z","updated_at":"2025-09-01T11:36:46.000Z","dependencies_parsed_at":"2025-08-29T17:44:06.208Z","dependency_job_id":null,"html_url":"https://github.com/ember-learn/ember-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ember-learn/ember-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fember-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fember-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fember-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fember-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ember-learn","download_url":"https://codeload.github.com/ember-learn/ember-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-learn%2Fember-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278592817,"owners_count":26012382,"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-10-06T02:00:05.630Z","response_time":65,"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":["blog","ember-times","emberjs","hacktoberfest"],"created_at":"2024-09-24T19:48:10.020Z","updated_at":"2025-10-06T10:21:36.083Z","avatar_url":"https://github.com/ember-learn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/ember-blog/workflows/CI/badge.svg)](https://github.com/ember-learn/ember-blog/actions?query=workflow%3ACI)\n[![Chat with Ember community on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/emberjs)\n\n# Ember Blog\n\nThis repository contains the blog content for the [Ember.js public website](https://emberjs.com).\n\nOther parts of the public website are separate apps:\n\n- [The Website](https://github.com/ember-learn/ember-website)\n- [API Docs](https://github.com/ember-learn/ember-api-docs)\n- [Deprecations](https://github.com/ember-learn/deprecation-app)\n- [The Guides](https://github.com/ember-learn/guides-source)\n- [Builds](https://github.com/ember-learn/builds)\n- [Status Board](https://github.com/ember-learn/statusboard)\n\n## Contributing\n\nNew contributors are welcome! The website is maintained by an all-volunteer team, and we are thankful for your help.\n\nThe best way to get started is to find issue labeled \"good first issue\" or \"help wanted.\" If you have questions or want a buddy to pair with, drop by the [#dev-ember-learning channel](https://discordapp.com/channels/480462759797063690/480777444203429888) on the\n[Ember Community Discord](https://discordapp.com/invite/zT3asNS).\nLike most open source projects, contributors are encouraged to open an issue\nto propose changes and iterate on ideas before investing time in coding.\nSome tips for working with git/GitHub can be found in\n[Making your first pull request](https://github.com/ember-learn/guides-source/blob/main/CONTRIBUTING.md#making-your-first-pull-request) in the Guides respository.\n\n### Contributing troubleshooting\n\nWe are using [Alex](https://github.com/wooorm/alex) for insensitive language checking and [markdownlint](https://github.com/DavidAnson/markdownlint). If your CI branch build is failing from these linters, please see [Contributing Guide](https://github.com/ember-learn/ember-blog/blob/main/CONTRIBUTING.md) for more info.\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n* [Git](https://git-scm.com/)\n* [Node.js](https://nodejs.org/) (with npm)\n* [Ember CLI](https://ember-cli.com/)\n* [Google Chrome](https://google.com/chrome/)\n\n## Installation\n\n* `git clone \u003crepository-url\u003e` this repository\n* `cd ember-blog`\n* `npm install`\n\n## Running / Development\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).\n\n### Code Generators\n\nMake use of the many generators for code, try `ember help generate` for more details\n\n### Running Tests\n\n* `ember test`\n* `ember test --server`\n\n### Linting\n\n* `npm run lint`\n* `npm run lint:fix`\n\n### Building\n\n* `ember build` (development)\n* `ember build --environment production` (production)\n\n### Deploying\n\nSpecify what it takes to deploy your app.\n\n## Further Reading / Useful Links\n\n* [ember.js](https://emberjs.com/)\n* [ember-cli](https://ember-cli.com/)\n* Development Browser Extensions\n  * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)\n  * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-learn%2Fember-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fember-learn%2Fember-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-learn%2Fember-blog/lists"}