f7212320e6829d662468272e74fa2a90f0c90f3c
* refactor(log): Refactor logging service Removed the InjectionToken and changed LogService as default logger. Finally ElectronLogService implements LogService directly. * refactor: Optimize imports * fix(app-update): Add missing rxjs imports * style: Remove extra line * refactor(store): Move app.actions.ts to shared module * feat(notification): Add notification panel Add angular-notifier to the app and created the ShowNotificationAction to manage notifications * style(notification): Fix tslint suggestion * fix(notification): Add missing rxjs imports * refactor(app-update): Refactor app-update notification * fix(auto-update): Add missing rxjs imports
Agent is the configuration application of the Ultimate Hacking Keyboard.
Set up instructions
First up, make sure that node >=4.x.x and npm >=3.x.x are installed on your system. Next up:
git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run build:electron
npm run electron
At this point, Agent should be running on your machine.
Contributing
Wanna contribute? Please let us show you how.
Description
Languages
TypeScript
74.7%
HTML
9.7%
JavaScript
6.6%
SCSS
4.4%
CSS
4.3%
Other
0.2%
