hyper/README.md
Amila Welihinda 31d560e524 Improved installation method (#104)
Previous method assumes a global installation of webpack, which isnt necessary.
2016-07-16 18:23:27 -07:00

757 B

hyperterm

For downloads, documentation and the developer API head to: https://hyperterm.org

Repositories

Contribute

To install package.json dependencies in a way where the native modules are built with electron, run:

$ ./scripts/install.sh

Then, you want to make sure app/dist is populated. I recommend running webpack with --watch so that any changes you make to the app are detected.

$ cd app/
$ npm install
$ npm run dev

Then you can run in the main directory:

$ npm start

...to launch the app!