docs: add build command in README
This commit is contained in:
parent
9055ea8f7e
commit
fa8b9dac67
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ Visit `about:config`, search for `dom.streams.enabled` and `javascript.options.s
|
|||
yarn
|
||||
|
||||
# start the dev server
|
||||
# then go to http://127.0.0.1:3000
|
||||
yarn start
|
||||
|
||||
# go to http://127.0.0.1:3000
|
||||
|
||||
# build optimized assets
|
||||
# ready to deploy assets will be in the directory `public`
|
||||
yarn build
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue