mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
README updates
README updates.
This commit is contained in:
parent
e694837b24
commit
7f3deec86d
15
README.md
15
README.md
@ -1,8 +1,15 @@
|
||||
# SymphonyElectron
|
||||
|
||||
Instructions
|
||||
Instructions:
|
||||
- to pick up dependencies: npm install
|
||||
- to locally run mac version: npm run dev:mac
|
||||
- to locally run windows (64 bit) version: npm run dev:win
|
||||
- to build mac dmg: npm run dist-mac
|
||||
- to build win exe installer (64 bit): npm run dist-win
|
||||
- to build win exe installer (32 bit): npm run dist-win-x86
|
||||
|
||||
Requires Node
|
||||
to change the url start location, edit package.json and change 'homepage' variable.
|
||||
|
||||
npm install
|
||||
npm start
|
||||
if desiring to run against server without proper cert use cmd line option: --ignore-certificate-errors
|
||||
|
||||
if you want to build windows version on mac then need to install few items, see: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build
|
||||
|
Loading…
Reference in New Issue
Block a user