Update readme post go webserver removal

This commit is contained in:
Piv
2023-08-02 18:59:01 +09:30
parent c2f01c72ea
commit 7679ab72bf

View File

@@ -4,15 +4,13 @@ A dead simple website showcasing my career and interests!
## Build ## Build
Ensure Go and npm are installed. Ensure npm is installed.
First download pico css: Download pico css:
`npm install` `npm install`
Then to build the webserver, run `go build .`
## Debugging ## 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. 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.