You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This example is heavily inspired by [electron-quick-start](https://github.com/electron/electron-quick-start).
3
+
> This example is heavily inspired by [electron-quick-start](https://github.com/electron/electron-quick-start).
4
4
5
-
Simply `npm install` and `npm start` to see it working.
5
+
**DISCLAIMER:** This example is still a work in progress, it currently doesn't work due to the usage of native dependencies that Electron is not supporting.
6
+
7
+
To try it by yourself, do:
8
+
9
+
```
10
+
> npm install
11
+
> ./node_modules/.bin/electron-rebuild
12
+
# You can also try to use npm start to see where electron errors
0 commit comments