From 7b2b7fcda48a7c108ed522d30d6308cd58aac603 Mon Sep 17 00:00:00 2001 From: Anton Melser Date: Fri, 5 Aug 2022 16:09:07 +0800 Subject: [PATCH] Add build stage to dev build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc275681..a2949a0d 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ This is the source code for the website. Note that the actual guide is now part 1. `npm install` 2. `npm run update-guide` -3. `npm run dev` -4. Open up http://localhost:3000 +3. `npm run build` +4. `npm run dev` +5. Open up http://localhost:3000 ## Updating the guide contents