-
-
Couldn't load subscription status.
- Fork 484
Windows
Akash Nimare edited this page Mar 2, 2018
·
6 revisions
** Windows Set up instructions **
Followings are optional yet recommended prerequisites -
- use only 32bit or 64bit for all of the installers, do not mix architectures
- install using default settings
- open Windows Powershell as Admin
C:\Windows\system32> npm install --global --production windows-build-toolsClone the source locally:
$ git clone https://github.com/zulip/zulip-electron
$ cd zulip-electronInstall project dependencies:
$ npm installStart the app:
$ npm startStart and watch changes
$ npm run devTo package app into an installer use command:
npm run pack
npm run dist
It will start the packaging process. The ready for distribution file (e.g. dmg, windows installer, deb package) will be outputted to the dist directory.
If you have any problems running the app please see the most common issues.