Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-09-20 21:51:28 +02:00
app Add missing color dependency (#725) 2016-09-20 13:49:30 -03:00
assets Reorg (#386) 2016-07-24 10:59:21 -07:00
build implement extend-info for the custom plist [@lordgiotto] 2016-07-24 11:13:25 -07:00
lib Add window bgcolor updates (#524) 2016-09-19 08:47:33 +02:00
test Add the very first test 🎉 (#549) 2016-08-03 16:39:58 -03:00
.editorconfig Fix for markdown files (#618) 2016-08-14 21:10:41 +02:00
.eslintignore Comments for ignored stuff 2016-08-08 17:29:38 +02:00
.gitignore These aren't needed 2016-09-15 09:47:37 +02:00
.travis.yml Let Travis release again 2016-09-18 12:54:11 +02:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json chore(package): update react-dom to version 15.3.2 (#727) 2016-09-20 21:51:28 +02:00
README.md Fix typo on README.md (#715) 2016-09-16 18:52:50 +02:00
webpack.config.js Copy assets to app directory 2016-07-28 11:28:04 +02:00

Build Status Slack Channel Changelog #213

For more details, head to: https://hyperterm.org

Usage

You can download the latest release here.

If you're on macOS, you can also use Homebrew Cask to download the app by running these commands:

$ brew cask update
$ brew cask install hyperterm

Contribute

  1. If you are running Linux, install "icnsutils", "graphicsmagick" and "xz-utils"
  2. Fork this repository to your own GitHub account and then clone it to your local device
  3. Install the dependencies: npm install
  4. Build the code and watch for changes: npm run dev
  5. In a new tab, start the application: npm start

To make sure that your code works in the finished application, you can generate the binaries like that:

$ npm run pack

After that, you'll see the binary in the ./dist folder!