From 3cdea7206097f484f2dbf90e2cec02f0b78f9df1 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Thu, 12 Jan 2017 15:32:10 +0200 Subject: [PATCH] Expand prod docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5c6ff4c..4260de41 100644 --- a/README.md +++ b/README.md @@ -52,5 +52,9 @@ See more in the [testing documentation](docs/testing.md). ## Production Server +Ensure that the `NODE_ENV` environment variable is set to `production` +and run: + + yarn install yarn run build yarn start