Nejc Zdovc d5b5f3293a Move style to angular (#72)
* Move global styles to angular app
* Create dummy notification component
* Create dummy html for macro
* Fix click on sidemenu, so that link is the whole line
2016-08-15 12:59:27 +02:00
2016-07-16 17:45:39 +02:00
2016-06-21 18:44:51 +02:00
2016-08-15 12:59:27 +02:00
2016-08-15 11:04:30 +02:00
2016-08-15 12:59:27 +02:00
2016-05-10 16:19:35 +02:00
2016-07-11 17:14:56 +02:00
2016-08-15 12:59:27 +02:00
2016-03-29 01:48:37 +02:00
2016-07-11 17:14:56 +02:00
2016-08-15 11:04:30 +02:00
2016-05-30 23:12:16 +02:00
2016-08-15 11:04:30 +02:00

Agent logo & text

Agent is the configuration application of the Ultimate Hacking Keyboard.

Agent is in a preliminary state. You can click around, and most interactions will loosely work, but the application is not production ready yet. Agent is being ported to Angular 2 after which its features will actually fully work as expected.

Give it a whirl!

Set up instructions

Prerequisite: Install Node.js
Verify that you are running at least node v4.x.x and npm 3.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors.

git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run build
npm run webpack-dev-server

The agent will be hosted on localhost:8080.

Contribute

Contributions are most welcome! Please always try to be as consistent as possible. Always run npm run lint and resolve lint warnings before every commit.

S
Description
No description provided
Readme
37 MiB
Languages
TypeScript 74.7%
HTML 9.7%
JavaScript 6.6%
SCSS 4.3%
CSS 4.4%
Other 0.2%