Readme: add dev build instructions (#3)

This commit is contained in:
Guillermo Rauch 2016-07-02 10:57:32 -07:00
parent f88d54a444
commit f6fc37eead

View file

@ -1,5 +1,32 @@
# hyperterm
## Developing
To install `package.json` dependencies in a way where the native
modules are built with `electron`, run:
```bash
$ ./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:
```bash
$ electron index
```
to launch the app!
## TODO
- [ ] Warn upon quit