mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
<img width="100" src="https://cdn.rawgit.com/zeit/hyperterm-art/master/branding/Hyperterm-Mark.svg" alt="HyperTerm">
|
|
|
|
# HyperTerm
|
|
|
|
[](https://zeit.chat/)
|
|
[](https://travis-ci.org/zeit/hyperterm)
|
|
|
|
**FOR MORE DETAILS, HEAD TO:** https://hyperterm.org
|
|
|
|
## Usage
|
|
|
|
(NOTE: only on macOS) With [Homebrew](http://brew.sh/) and [Homebrew Cask](https://caskroom.github.io/) installed, you can run this command:
|
|
|
|
```bash
|
|
brew cask update
|
|
brew cask install hyperterm
|
|
```
|
|
|
|
|
|
## Contribute
|
|
|
|
To test a certain git tree, clone and then run:
|
|
|
|
```bash
|
|
npm install
|
|
npm run pack
|
|
```
|
|
|
|
then open the `./dist` folder to find the built binaries!
|
|
|
|
If you want to develop, run the above, and then you want to
|
|
run webpack in `watch` mode:
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
and to load the application simply run:
|
|
|
|
```
|
|
npm start
|
|
```
|
|
|
|
## Repositories
|
|
|
|
- Art: https://github.com/zeit/hyperterm-art
|
|
- Website: https://github.com/zeit/hyperterm-website
|
|
- Example extension: https://github.com/zeit/hyperpower
|