From 3860ea50705a1c189f8a34c58f82c433f13d75cd Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 17 Oct 2018 23:07:47 +0200 Subject: [PATCH] npm install is needed to grab deps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f1f0b53..d4254fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ cd matrix-dimension cp config/default.yaml config/production.yaml nano config/production.yaml +# Install dependencies +npm install + # Run NODE_ENV=production npm run start:app ```