docs: remove quickstart (#45194)

This commit is contained in:
Anny Yang 2025-01-15 14:42:53 -08:00 committed by GitHub
parent 6f7999ad0d
commit 8294f44c74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 525 deletions

View file

@ -8,7 +8,7 @@ If your app doesn't use any native modules, then it's really easy to create an A
1. Make sure that your app's `node_modules` directory is empty.
2. Using a _Command Prompt_, run `set npm_config_arch=arm64` before running `npm install`/`yarn install` as usual.
3. [If you have Electron installed as a development dependency](quick-start.md#prerequisites), npm will download and unpack the arm64 version. You can then package and distribute your app as normal.
3. [If you have Electron installed as a development dependency](tutorial-2-first-app.md#initializing-your-npm-project), npm will download and unpack the arm64 version. You can then package and distribute your app as normal.
## General considerations