From 3392c57a94bdb5540a873086e19e0cc7af9369f0 Mon Sep 17 00:00:00 2001 From: Pubudu Kodikara Date: Fri, 3 Apr 2020 20:18:14 +0530 Subject: [PATCH] =?UTF-8?q?Add=20yarn=20install=20to=20README.md=20?= =?UTF-8?q?=F0=9F=A7=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 49252e5..72a70bf 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ make dockerup ``` *Remember to run `make dockerdown` when you are done.* +- Then install the node packages: + +```shell script +yarn install +``` + - Now apply the migrations: ```shell script