Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-07-07 08:15:03 -07:00
app add <Config> higher order component heavily inspired by @nfcampos (#59) 2016-07-07 08:15:03 -07:00
static add static icon, move icons to static folder 2016-07-04 19:45:12 -07:00
.gitignore Add close cross for tabs (#58) 2016-07-06 16:39:26 -07:00
auto-updater.js auto-updater: emit both release name and notes 2016-07-07 00:20:07 -07:00
config-default.js rename to config-default 2016-07-07 07:09:24 -07:00
config.js config: add more error handling 2016-07-07 07:50:18 -07:00
HISTORY.md Release 0.3.1 2016-07-04 21:01:02 -07:00
index.js index: use config module 2016-07-07 07:47:24 -07:00
install.sh install all deps 2016-07-01 16:16:26 -07:00
menu.js add support for editing preferences with cmd+, (#52) 2016-07-07 06:31:03 -07:00
package.json package: add gaze and move electron to dev 2016-07-07 08:01:50 -07:00
package.sh Revert "add electron-osx-sign" 2016-07-07 00:09:12 -07:00
README.md Update README.md 2016-07-06 21:38:59 -07:00
rpc.js initial commit 2016-06-30 23:01:04 -07:00
session.js Implement hterm (#28) 2016-07-03 13:35:45 -07:00

hyperterm

Contribute

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

$ ./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
$ webpack --watch

Then you can run in the main directory:

$ npm start

...to launch the app!