From 8041dbec9f0f3256cc1b28e74ad1b85e247a39fc Mon Sep 17 00:00:00 2001 From: gonnavis Date: Mon, 24 Jun 2019 11:28:05 +0800 Subject: [PATCH] solve this problem https://github.com/jeremija/remote-control-server/issues/13 by the answer from https://github.com/jeremija/remote-control-server/issues/13#issuecomment-458858722 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea4fbe7..9e352b0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ or use from git source: ```bash git clone https://github.com/jeremija/remote-control-server.git cd node-mobile-remote +npm run build npm install npm start ```