Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@ For everyone else, use the appropriate package manager for your OS.
```
git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm ci
npm run build
npm run electron
```

At this point, Agent should be running on your machine.

## Install dependencies

npm workspace installs dependencies in hoisted mode, it is not really suitable for us.
If you add or update a dependency of a package then navigate to the directory edit the package.json and run `npm install`

## Developing the web application

- The frontend code is located in `packages/uhk-web/`
Expand Down
Loading