{"id":13901352,"url":"https://github.com/electron/website","last_synced_at":"2025-05-16T06:06:49.962Z","repository":{"id":37793727,"uuid":"358041247","full_name":"electron/website","owner":"electron","description":":electron: The Electron website","archived":false,"fork":false,"pushed_at":"2025-05-09T22:47:03.000Z","size":50122,"stargazers_count":132,"open_issues_count":29,"forks_count":179,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-05-14T07:42:27.172Z","etag":null,"topics":["docusaurus","electron","hacktoberfest","javascript"],"latest_commit_sha":null,"homepage":"https://electronjs.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/electron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2021-04-14T21:01:49.000Z","updated_at":"2025-05-09T22:47:06.000Z","dependencies_parsed_at":"2023-10-16T14:52:59.982Z","dependency_job_id":"644d6e60-7312-427b-bb19-2be306288f50","html_url":"https://github.com/electron/website","commit_stats":{"total_commits":831,"total_committers":47,"mean_commits":"17.680851063829788","dds":0.687123947051745,"last_synced_commit":"10d7731c39087270c257bcbf46dfe0de64aae2b7"},"previous_names":["electron/electronjs.org-new"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electron","download_url":"https://codeload.github.com/electron/website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478190,"owners_count":22077676,"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":["docusaurus","electron","hacktoberfest","javascript"],"created_at":"2024-08-06T21:01:15.026Z","updated_at":"2025-05-16T06:06:44.951Z","avatar_url":"https://github.com/electron.png","language":"TypeScript","readme":"# electronjs.org\n\n[![Push and publish main](https://github.com/electron/website/actions/workflows/push-main.yml/badge.svg)](https://github.com/electron/website/actions/workflows/push-main.yml)\n[![Update i18n deploy](https://github.com/electron/website/actions/workflows/update-i18n-deploy.yml/badge.svg)](https://github.com/electron/website/actions/workflows/update-i18n-deploy.yml)\n[![Crowdin](https://badges.crowdin.net/electron/localized.svg)](https://crowdin.com/project/electron)\n\nThis repository contains the code for the [Electron](https://www.electronjs.org/) website.\nIt is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.\n\n## Installation\n\nThe website currently builds using Node.js 22. If you're using `nvm`, you can set the correct\nversion of Node.js with `nvm use`.\n\nTo get started with a local version of the website, install dependencies with `yarn`. To get the\nwebsite running in dev mode, run `yarn start`. To get a production build of the website, run\n`yarn build`.\n\n```console\nyarn\nyarn start\n```\n\n## How to modify the documentation\n\n### English docs\n\nFor English documentation, the documentation is mirrored from the [electron/electron][] repo.\nChanges are picked automatically by the [electron/electron-website-updater][] webhook as soon as they\nare made in the latest stable release branch.\n\nFor example, if the latest Electron stable release is `v22.0.3`, then any documentation changes in\nthe `22-x-y` branch in electron/electron will be mirrored into the `main` branch of this repository.\n\n### Translations\n\nThis project uses [Crowdin][] to manage localizations. For more information on contributing to\ntranslations, see the [i18n.md][] document.\n\n## How to add a new blog post\n\nTo add a new blog post, you need to create a new Markdown file under the `/blog` folder. Supported\nfrontmatter options are listed in the [Docusaurus Blog docs](https://docusaurus.io/docs/blog#adding-posts).\n\n## Local development\n\nIf you want to modify Electron's documentation locally and preview how it looks on the website, you can\ntell the `pre-build` script to pull the docs from your local Electron repo.\n\n```console\nyarn pre-build ../relative/path/to/local/electron/repo\nyarn start\n```\n\n## Search indexing\n\nThe search functionality on electronjs.org is powered by [Algolia DocSearch](https://docsearch.algolia.com/). DocSearch is a program run by Algolia that offers free\ndocumentation search for open source projects.\n\nIf you are a maintainer with an @electronjs.org email, please message [@erickzhao](https://github.com/erickzhao)\nto be added to the Algolia project.\n\n## Repository content organization\n\nThis repository contains the code for two related things:\n\n- The code to generate the contents of https://electronjs.org\n- [`create-electron-documentation`][ced] package\n\nThe content of this repository is organized as follows:\n\n```text\n└─ root\n    |\n    ├─ .github/workflows → The definitions for the GitHub actions\n    |\n    |- blog -\u003e Source files for electronjs.org/blog\n    |\n    ├─ create-electron-documentation → Code for the npm package\n    |        of the same name. Read the readme in the folder\n    |        for more information.\n    |\n    |- docs -\u003e Mirrored docs from electron/electron\n    |\n    ├─ scripts → The code for the package.json tasks and GitHub\n    |        actions\n    |\n    ├─ src → Docusaurus code\n    |\n    ├─ static → Docusaurus static assets\n```\n\n[ced]: https://npmjs.com/package/create-electron-documentation\n[crowdin]: https://crowdin.com/project/electron\n[electron/electron]: https://github.com/electron/electron/tree/main/docs\n[electron/electron-website-updater]: https://github.com/electron/electron-website-updater\n[i18n.md]: ./i18n.md\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectron%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Fwebsite/lists"}