From e0fc853b23252a41272794171eb74ad8de9099a4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 10 Aug 2021 14:24:46 +0100 Subject: [PATCH] README: Add production note --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cd4c759..421535b 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,12 @@ Now, you can build and serve the site locally: npm start ``` +If you just want to build it and not start the development server (e.g. if you're running a production instance), you can build it like so: + +```bash +npm run build +``` + It will take a moment to build, but then you'll get a message like this that shows the URL you can visit your local instance of the size: ![](https://imgur.com/VEUQMAB.png)