mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
| app | ||
| scripts | ||
| static | ||
| .gitignore | ||
| auto-updater.js | ||
| config-default.js | ||
| config.js | ||
| HISTORY.md | ||
| index.js | ||
| menu.js | ||
| notify.html | ||
| notify.js | ||
| package.json | ||
| plugins.js | ||
| README.md | ||
| rpc.js | ||
| session.js | ||
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!