docs: slightly refactor readme (#975)

* docs: slightly refactor readme

[skip ci]'

* fixup

[skip ci]
pull/976/head
Nolan Lawson 2019-02-12 21:49:11 -08:00 zatwierdzone przez GitHub
rodzic 91f954de36
commit f6e9d714d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

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