From badcd19b2440aeefdee47dd5d5751e190e02abcb Mon Sep 17 00:00:00 2001 From: Hiroki Nakayama Date: Tue, 26 Mar 2019 14:23:32 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b03b03..ec3dba48 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ Run the following commands in a new shell: ```bash cd server npm install -npm start +npm run build +# npm start # for developers ``` Next we need to make migration. Run the following command: