hyper/README.md
Daniel Imms 12250cea19 Remove $ from terminal commands in README (#130)
* Remove $ from terminal commands in README

So they can be copied and pasted a block at a time

* Remove dependency on globally installed webpack
2016-07-21 12:07:35 -07:00

976 B

hyperterm

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

(NOTE: only on macOS) With Homebrew and Homebrew Cask installed, you can run this command:

$ brew cask install hyperterm

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!