hyper/README.md
Leo Lamprecht 6c82302cd3 Clean up
2016-07-27 15:41:49 +02:00

1.1 KiB

HyperTerm

HyperTerm

Slack Channel Build Status

FOR MORE DETAILS, HEAD TO: https://hyperterm.org

Usage

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

brew cask update
brew cask install hyperterm

Contribute

To test a certain git tree, clone and then run:

npm install
npm run pack

then open the ./dist folder to find the built binaries!

If you want to develop, run the above, and then you want to run webpack in watch mode:

npm run dev

and to load the application simply run:

npm start

Repositories