From fa8b9dac67123f6b6e8d421d34d00997f3fab6b7 Mon Sep 17 00:00:00 2001 From: Haishan Date: Wed, 1 Jul 2020 21:34:08 +0800 Subject: [PATCH] docs: add build command in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b48581a..b6ec1c1 100644 --- a/README.md +++ b/README.md @@ -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 ```