hyper/README.md

39 lines
761 B
Markdown
Raw Normal View History

2016-07-01 11:00:09 -08:00
# hyperterm
2016-06-30 22:21: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
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 install `package.json` dependencies in a way where the native
modules are built with `electron`, run:
```bash
2016-07-13 13:06:05 -08:00
$ ./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.
```bash
$ cd app/
$ npm install
$ webpack --watch
```
Then you can run in the main directory:
```bash
$ npm start
```
...to launch the app!