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
For more details on the desktop app, head over to [Electron package README](https://github.com/polkadot-js/apps/blob/master/packages/apps-electron/README.md).
WARNING: This is not deemed stable yet for external use.
3
+
Desktop Polkadot apps client for Windows, Mac and Linux.
4
+
5
+
## Installation
6
+
7
+
[Download here](https://github.com/polkadot-js/apps/releases/latest) latest versions for Windows, Mac and Linux.
8
+
9
+
## Development and testing
10
+
11
+
Contributions are welcome!
12
+
13
+
Follow steps described [here](https://github.com/polkadot-js/apps#development) to setup the project.
14
+
15
+
* Run `yarn start:electron` to start the app in development mode. You will possibly see the `Not Found / 404` message. It's ok, just wait for the build to finish and refresh pressing `Ctrl+R`.
16
+
* Run `yarn test` to run tests
17
+
* Run `yarn packElectron:(mac|linux|windows)` with the OS you want to build for to create the app executable. Find the packages in `packages/apps-electron/release`.
0 commit comments