Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
Find a file
2016-07-13 22:19:32 -07:00
app index: expose store in window, use store_ internally 2016-07-13 22:19:32 -07:00
scripts package: add configurable identity for signing 2016-07-13 15:40:10 -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: less intrusive error handling 2016-07-08 05:48:42 -07:00
config-default.js config-default: update plugins location 2016-07-13 22:19:13 -07:00
config.js improve config notifications 2016-07-08 07:40:27 -07:00
HISTORY.md Release 0.3.1 2016-07-04 21:01:02 -07:00
index.js index: simplify plugin subscription 2016-07-13 19:07:58 -07:00
menu.js menu: add option to force update all plugins 2016-07-13 19:07:17 -07:00
notify.html add basic notification system 2016-07-07 13:48:43 -07:00
notify.js refactor 2016-07-13 13:45:14 -07:00
package.json refactor 2016-07-13 13:45:14 -07:00
plugins.js plugins: pass electron app to unload hook 2016-07-13 22:18:57 -07:00
README.md improve workflow 2016-07-13 14:06:05 -07:00
rpc.js initial commit 2016-06-30 23:01:04 -07:00
session.js improve workflow 2016-07-13 14:06:05 -07:00

hyperterm

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

Then you can run in the main directory:

$ npm start

...to launch the app!