hyper/README.md

46 lines
1 KiB
Markdown
Raw Normal View History

2016-07-01 11:00:09 -08:00
# hyperterm
2016-06-30 22:21:29 -08:00
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/)
2016-07-27 04:40:19 -08:00
[![Build Status](https://travis-ci.org/zeit/hyperterm.svg?branch=master)](https://travis-ci.org/zeit/hyperterm)
2016-07-21 10:49:29 -08:00
2016-07-15 08:22:55 -08:00
![](https://cldup.com/tD67NzPryA.gif)
For downloads, documentation and the developer API head to: https://hyperterm.org
(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
```
2016-07-15 12:18:15 -08:00
### Repositories
- Art: https://github.com/zeit/hyperterm-art
- Website: https://github.com/zeit/hyperterm-website
- Example extension: https://github.com/zeit/hyperpower
## 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:
```
2016-07-26 15:40:02 -08:00
npm start
```