# hyperterm **Repository Path**: mirrors_developit/hyperterm ## Basic Information - **Project Name**: hyperterm - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hyperterm ![](https://cldup.com/tD67NzPryA.gif) For downloads, documentation and the developer API head to: https://hyperterm.org ### 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 $ ./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 $ npm run dev ``` Then you can run in the main directory: ```bash $ npm start ``` ...to launch the app!