From 82bbbc766416751aad2de68901897b811c5d310d Mon Sep 17 00:00:00 2001 From: Bennett Date: Thu, 1 Oct 2020 15:54:52 +0200 Subject: Add recipes packaging to development setup (#985) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b95c5530d..2485f9a6c 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,15 @@ If you previously ran `npm install` it sometimes is necessary to delete your `no $ npm run rebuild ``` +### Package recipe repository + +Ferdi requires its recipes to be packaged before it can use it. When running Ferdi as a development instance, you'll need to package the local recipes before you can create any services inside Ferdi. + +```bash +$ cd recipes +$ npm install && npm run package +``` + ### Start development app Run these two commands **simultaneously** in different terminals: -- cgit v1.2.3-54-g00ecf