Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
Cole Peters ed66433323 Use white background on webviews:
Most web clients apply a default white background to web pages, so some
websites omit explicitly setting their page backgrounds to white. The
default black background on the webview component was making some sites
unreadable. This commit just changes it from black to white.
2016-10-11 15:39:40 -04:00
app fix various typos and grammar errors in comments (#834) 2016-10-10 12:26:47 +02: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 Use white background on webviews: 2016-10-11 15:39:40 -04:00
test fix tests 2016-10-06 08:33:07 -07:00
.editorconfig Fix for markdown files (#618) 2016-08-14 21:10:41 +02:00
.gitignore These aren't needed 2016-09-15 09:47:37 +02:00
.npmrc Split Panes (#693) 2016-10-03 19:00:50 -07:00
.travis.yml remove release script 2016-10-05 14:07:32 -07:00
LICENSE.md Add a copy of the MIT license (#160) 2016-07-16 18:24:53 -07:00
package.json chore(package): update xo to version 0.17.0 2016-10-11 10:21:42 -04:00
README.md Fixed gramatical errors 2016-10-09 13:43:30 -04:00
webpack.config.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00

Build Status Slack Channel Changelog #213 XO code style

For more details, head to: https://hyper.is

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 hyper

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, watch for changes and run the app: npm start

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

$ npm run pack

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