{"id":15015777,"url":"https://github.com/dazzlingfugu/ember-fr-guides-source","last_synced_at":"2025-06-22T23:07:58.394Z","repository":{"id":62205422,"uuid":"547143856","full_name":"DazzlingFugu/ember-fr-guides-source","owner":"DazzlingFugu","description":"The EmberGuides for French-speakers","archived":false,"fork":false,"pushed_at":"2025-02-17T08:42:41.000Z","size":513416,"stargazers_count":5,"open_issues_count":95,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T23:07:51.044Z","etag":null,"topics":["ember","emberjs","francais","french","guide","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://master--ember-fr-guides.netlify.app","language":"JavaScript","has_issues":true,"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/DazzlingFugu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-10-07T07:48:16.000Z","updated_at":"2025-02-11T08:04:24.000Z","dependencies_parsed_at":"2025-02-08T15:37:35.781Z","dependency_job_id":null,"html_url":"https://github.com/DazzlingFugu/ember-fr-guides-source","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/DazzlingFugu/ember-fr-guides-source","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-fr-guides-source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-fr-guides-source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-fr-guides-source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-fr-guides-source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DazzlingFugu","download_url":"https://codeload.github.com/DazzlingFugu/ember-fr-guides-source/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DazzlingFugu%2Fember-fr-guides-source/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261380910,"owners_count":23149966,"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":["ember","emberjs","francais","french","guide","hacktoberfest"],"created_at":"2024-09-24T19:47:54.940Z","updated_at":"2025-06-22T23:07:53.374Z","avatar_url":"https://github.com/DazzlingFugu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![This project uses GitHub Actions for continuous integration.](https://github.com/DazzlingFugu/ember-fr-guides-source/workflows/CI/badge.svg)](https://github.com/DazzlingFugu/ember-fr-guides-source/actions?query=workflow%3ACI)\n\n# Ember.js Guides, French Source\n\nThis repository contains the French translation of the official Ember.js Guides:\n\n- [Ember.js Guides website (English)](https://github.com/ember-learn/ember-website),\n- [Ember Guides Source (English)](https://github.com/ember-learn/guides-source)\n\n## Contributing\n\nWelcome and thanks for your help!\n\nFirst-time contributors are encouraged to look at issues that are labeled **help wanted** or **good first issue**. If you have questions or want a buddy to pair with, you can join the [#lang-french](https://discord.com/channels/480462759797063690/486235962700201984) in the [Ember Community Discord](https://discordapp.com/invite/zT3asNS).\n\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md) for additional instructions on how to format your work and submit a PR.\n\nThe Ember French Guides content is written in Markdown. In general, your PR should make edits to only the files in the `/guides/release` directory, which corresponds to the latest version of Ember.\n\n## Local development\n\n**NOTE:** This project uses [Volta](https://volta.sh/) to ensure the correct Node.js and NPM version is used during local development.\n\nTo run the Ember Guides app locally, type these commands into your terminal:\n\n```bash\ngit clone git://github.com/DazzlingFugu/ember-fr-guides-source.git\n\ncd ember-fr-guides-source\nnpm install\nember serve\n```\n\nAfterwards, visit [http://localhost:4200](http://localhost:4200) in your browser.\n\nNote: On Mac, if you get the error `Error: EMFILE: too many open files, watch`, try installing Watchman. Install [Homebrew](https://brew.sh/) if you don't have it. Then, in your terminal, run `brew install watchman`\n\n### Linting and spellchecking\n\nThe guides are spellchecked and linted for Markdown consistency. You can check your edits by running,\n\n```bash\nnpm run lint\n```\n\nLinting and spellchecking must pass or they will fail in CI (continuous integration). See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on linting and spellchecking.\n\n### Internal and external links\n\nTesting of internal and external links can be performed using three commands:\n\n```bash\n# Run all test scripts in `/node-tests` except those located\n# in `/node-tests/local`. In particular, this command checks\n# all internal links across the French Guides.\nnpm run test:node\n\n# Run all test scripts in `/node-tests/local`. In particular,\n# this command checks all external links in the release version\n# of the Guides and across all versions of the official Guides.\nnpm run test:node-local\n\n# When checking external links in the release version, don't\n# check links to the API docs (https://api.emberjs.com).\nnpm run test:node-local-exclude-api-urls\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzlingfugu%2Fember-fr-guides-source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazzlingfugu%2Fember-fr-guides-source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazzlingfugu%2Fember-fr-guides-source/lists"}