mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
Merge pull request #8 from symphonyoss/mindthegab-mission-readme
Updated Readme w/Project Goals per JC's guidance
This commit is contained in:
commit
4131268b2f
15
README.md
15
README.md
@ -1,6 +1,19 @@
|
||||
# SymphonyElectron
|
||||
|
||||
Instructions:
|
||||
Project Goals:
|
||||
|
||||
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
|
||||
|
||||
1. Standardizing the JS to native interfaces
|
||||
2. Standardizing the app to app interfaces (current embedding API)
|
||||
3. Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
|
||||
|
||||
In order to achieve those goals Symphony is participating and working in close collaboration with the [Foundation Desktop Wrapper Working Group](https://symphonyoss.atlassian.net/wiki/display/WGDWAPI/Working+Group+-+Desktop+Wrapper+API)
|
||||
|
||||
|
||||
|
||||
Build 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
|
||||
|
Loading…
Reference in New Issue
Block a user