From 7679ab72bfef00c07fc3c3b1e8451431b5ac1c24 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:59:01 +0930 Subject: [PATCH] Update readme post go webserver removal --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abec0a4..733eaa1 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ A dead simple website showcasing my career and interests! ## Build -Ensure Go and npm are installed. +Ensure npm is installed. -First download pico css: +Download pico css: `npm install` -Then to build the webserver, run `go build .` - ## Debugging Easiest way to debug/visualise the content is to use the inbuilt IDE browser. VS Code/Codium can display a preview side-by-side by clicking the Open Preview to the Side button. -This will show changes live, exactly as the content will be rendered when run from another webserver (such as the Go webserver). +This will show changes live, exactly as the content will be rendered when run from another webserver.