From f6e9d714d3401f1d9bae55a82988f58135f39235 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 12 Feb 2019 21:49:11 -0800 Subject: [PATCH] docs: slightly refactor readme (#975) * docs: slightly refactor readme [skip ci]' * fixup [skip ci] --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4685656a..c913bd53 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,16 @@ Compatible versions of each (Opera, Brave, Samsung, etc.) should be fine. Pinafore requires [Node.js](https://nodejs.org/en/) v8+ and [Yarn](https://yarnpkg.com). -To build Pinafore for production: +To build Pinafore for production, first install dependencies: yarn --pure-lockfile + +Then build: + yarn build + +Then run: + PORT=4002 node __sapper__/build ### Docker