diff --git a/README.md b/README.md index 4685656..c913bd5 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