# onboarding-guide **Repository Path**: mirrors_electron/onboarding-guide ## Basic Information - **Project Name**: onboarding-guide - **Description**: or, "So You Want to Be an Electron Hacker" - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Electron - Guide and Resources This is a basic guide for getting started with Electron's codebase and its dependent codebases. **NB:** This repository remains a work in progress, so there may be unexpected changes and updates. # Table of Contents 1. Electron 1. [Getting Started](electron/overview.md) 2. [Source Code Design](electron/overview.md#getting-around-the-source-code) 4. [From Native to JS](electron/from-native-to-js.md) 2. Chromium 1. [Overview](chromium/overview.md) 2. [Getting Around the Source Code](chromium/overview.md#getting-around-the-source-code) 3. [Blink](chromium/blink.md) 4. [`Callback<>` and `Bind()`](chromium/callback-and-bind.md) 5. [`TaskRunner`](chromium/taskrunner.md) 3. [V8](v8.md) 4. [Node.js](nodejs/overview.md) 5. [Contributing To Electron](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) 1. [Building Electron](https://github.com/electron/build-tools) 2. [Issues](https://electronjs.org/docs/development/issues) * [Good First Issues](https://github.com/electron/electron/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) * [Bugs](https://github.com/electron/electron/issues?q=is%3Aopen+is%3Aissue+label%3A%22bug+%3Abeetle%3A%22) 3. [Pull Requests](https://electronjs.org/docs/development/pull-requests) 4. [Coding Style](https://electronjs.org/docs/development/coding-style) 6. Electron Release Process 1. [Major Release Project Boards](https://github.com/electron/electron/projects) 2. [Releases Working Group](https://github.com/electron/governance/tree/master/wg-releases) 7. [Governance](https://github.com/electron/governance)