Initial commit - skeleton
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Michael Pivato
|
||||
|
||||
A dead simple website showcasing my career and interests!
|
||||
|
||||
## Build
|
||||
|
||||
Ensure Go and npm are installed.
|
||||
|
||||
First 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).
|
||||
Reference in New Issue
Block a user