hage-desktop
v0.0.26
Published
Multi-platform desktop environment written by TypeScript.
Readme
Hage Desktop
Multi-platform desktop environment written by TypeScript.
Requirement
- Node.js
- npm
Usage
Hage Desktop is distributed as a npm package.
npm install hage-desktop- Installcd $(npm root)/hage-desktop- Go to your installed hage-desktop pathnpm start- Start Hage Desktop
Global Installation
You can also install Hage Desktop globally.
npm install -g hage-desktopcd $(npm root -g)/hage-desktopnpm start
Contribution
- Fork ( https://github.com/hage-gh/HageDesktop/fork )
- Create a feature branch
- Commit your changes
- Run
npm run buildand confirm that it passes - Create new Pull Request
