aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-04 12:16:30 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-04 12:16:30 +0100
commit384cf295fb0578ca7b24b310b8c37f97954b847b (patch)
tree549d1dbb4eb5de8f0a1a43ca2de59342253f018a /README.md
parentmove storybook to root + typescript (diff)
downloadferdium-app-384cf295fb0578ca7b24b310b8c37f97954b847b.tar.gz
ferdium-app-384cf295fb0578ca7b24b310b8c37f97954b847b.tar.zst
ferdium-app-384cf295fb0578ca7b24b310b8c37f97954b847b.zip
Add lerna instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d024c3be..e7b7439a7 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many mor
30$ npm run rebuild 30$ npm run rebuild
31``` 31```
32 32
33### Install dependencies
34Run the following command to install all dependencies, and link sibling modules with Franz.
35```bash
36$ npx lerna bootstrap
37```
38
39If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`.
40
33### Run Franz Development App 41### Run Franz Development App
34Run these two commands __simultaneously__ in different console tabs. 42Run these two commands __simultaneously__ in different console tabs.
35 43