Skip to content

afshinm/hyperterm

 
 

Repository files navigation

hyperterm

Contribute

To install package.json dependencies in a way where the native modules are built with electron, run:

$ ./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
$ webpack --watch

Then you can run in the main directory:

$ npm start

...to launch the app!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.5%
  • CSS 6.8%
  • Shell 2.5%
  • HTML 1.2%