From 1ac9123218782ec649be218b5d56543ae61cc560 Mon Sep 17 00:00:00 2001 From: Victor Klomp Date: Thu, 5 Feb 2026 16:03:53 +0100 Subject: [PATCH] docs: clarify first time dev setup --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc654dd..0305f7b 100644 --- a/README.md +++ b/README.md @@ -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