Skip to content
Open
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 @@ -9,7 +9,12 @@ the client can make HTTP calls to the core to request this data.
## Prerequisites
- NodeJS 22.
- A locally running copy of [aurora-core](https://github.com/gewis/narrowcasting-core).
The client repository should be cloned next to the core repository, so in the folder `../aurora-core`.
The backoffice repository should be cloned next to the core repository, like the following:
```
parent-dir/
├── aurora-core/
└── aurora-client/
```
This is necessary to generate the required API client files (installation step 2).

## Installation
Expand Down