mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
does not apply to 2017 it's not clear to me that it's possible to download a non current version of vs2017 but if a specific version is required the directions should explain how to get it
Developing Electron
These guides are intended for people working on the Electron project itself. For guides on Electron app development, see /docs/README.md.
- Code of Conduct
- Contributing to Electron
- Issues
- Pull Requests
- Documentation Styleguide
- Source Code Directory Structure
- Coding Style
- Using clang-format on C++ Code
- Build System Overview
- Build Instructions (macOS)
- Build Instructions (Windows)
- Build Instructions (Linux)
- Chromium Development
- V8 Development
- Testing
- Debugging on Windows
- Debugging on macOS
- Setting Up Symbol Server in Debugger
- Upgrading Chromium
- Upgrading Crashpad
- Upgrading Node
- Releasing