docs: slightly refactor readme (#975)
* docs: slightly refactor readme [skip ci]' * fixup [skip ci]
This commit is contained in:
parent
91f954de36
commit
f6e9d714d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue