electron / onboarding-guide

or, "So You Want to Be an Electron Hacker"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    2. Source Code Design
    3. From Native to JS
  2. Chromium
    1. Overview
    2. Getting Around the Source Code
    3. Blink
    4. Callback<> and Bind()
    5. TaskRunner
  3. V8
  4. Node.js
  5. Contributing To Electron
    1. Building Electron
    2. Issues
    3. Pull Requests
    4. Coding Style
  6. Electron Release Process
    1. Major Release Project Boards
    2. Releases Working Group
  7. Governance

About

or, "So You Want to Be an Electron Hacker"