mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Quine's fork of "Hyper" by Vercel, A terminal built on web technologies
the previous dependencies between eslint and eslint-config-standard return the following warn and error. ``` npm WARN peerDependencies The peer dependency eslint@^2.0.0-rc.0 included from eslint-config-standard will no npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly. ``` ``` npm ERR! peerinvalid The package eslint@3.0.1 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer eslint-config-standard@5.3.1 wants eslint@^2.0.0-rc.0 ``` so updated the version of eslint-config-standard from 5.3.1 to 5.3.5 which is the newest now. |
||
|---|---|---|
| app | ||
| scripts | ||
| static | ||
| .gitignore | ||
| .travis.yml | ||
| auto-updater.js | ||
| config-default.js | ||
| config.js | ||
| HISTORY.md | ||
| index.js | ||
| LICENSE.md | ||
| menu.js | ||
| notify.html | ||
| notify.js | ||
| package.json | ||
| plugins.js | ||
| README.md | ||
| rpc.js | ||
| session.js | ||
hyperterm
For downloads, documentation and the developer API head to: https://hyperterm.org
Repositories
- Art: https://github.com/zeit/hyperterm-art
- Website: https://github.com/zeit/hyperterm-website
- Example extension: https://github.com/zeit/hyperpower
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
$ npm run dev
Then you can run in the main directory:
$ npm start
...to launch the app!
