docs: slightly refactor readme (#975)

* docs: slightly refactor readme

[skip ci]'

* fixup

[skip ci]
This commit is contained in:
Nolan Lawson 2019-02-12 21:49:11 -08:00 committed by GitHub
parent 91f954de36
commit f6e9d714d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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