Hello OpenFin is an HTML5/Javascript application that showcases several features available in the OpenFin Runtime. The Hello OpenFin application allows users to create desktop notifications and child windows, and simulate general animations.
- OpenFin Runtime
- NodeJS (For static file hosting, can be replaced)
Documentation for the OpenFin Runtime API can be found here.
$ npm install
On a Windows machine, you can install Hello OpenFin via this installer: Hello OpenFin Installer.
On a Mac or Linux machine, you can install Hello OpenFin via a Terminal command in these 2 steps:
$ npm install -g openfin-cli
$ openfin --launch --config https://cdn.openfin.co/demos/hello/app.json
- Make sure you have node installed.
- Clone this repository.
- Open a command-line terminal and navigate to the HelloOpenFin directory.
- In the terminal, run
npm install
. - After all packages have been installed, run
grunt serve
. - Download a locally running version with this Local Hello OpenFin Installer link.
- Unzip and run the installer.
MIT
The code in this repository is covered by the included license.
However, if you run this code, it may call on the OpenFin RVM or OpenFin Runtime, which are covered by OpenFin’s Developer, Community, and Enterprise licenses. You can learn more about OpenFin licensing at the links listed below or just email us at [email protected] with questions.
https://openfin.co/developer-agreement/
https://openfin.co/licensing/
Please enter an issue in the repo for any questions or problems. Alternatively, please contact us at [email protected]