aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-01 15:54:52 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-01 14:54:52 +0100
commit82bbbc766416751aad2de68901897b811c5d310d (patch)
treeadae11aaee263a442e19ddc5d9abf6ae07bf7c5a /README.md
parentUpdate Danish translations (#979) (diff)
downloadferdium-app-82bbbc766416751aad2de68901897b811c5d310d.tar.gz
ferdium-app-82bbbc766416751aad2de68901897b811c5d310d.tar.zst
ferdium-app-82bbbc766416751aad2de68901897b811c5d310d.zip
Add recipes packaging to development setup (#985)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
259$ npm run rebuild 259$ npm run rebuild
260``` 260```
261 261
262### Package recipe repository
263
264Ferdi 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.
265
266```bash
267$ cd recipes
268$ npm install && npm run package
269```
270
262### Start development app 271### Start development app
263 272
264Run these two commands **simultaneously** in different terminals: 273Run these two commands **simultaneously** in different terminals: