20 lines
536 B
Markdown
20 lines
536 B
Markdown
See https://github.com/return-to-the-land/go-backend for instructions.
|
|
|
|
# Style Guidelines
|
|
- Font size is defined in the index.html. Only use rem as a unit.
|
|
|
|
# Documentation
|
|
```go install golang.org/x/tools/cmd/godoc@latest```
|
|
```$HOME/go/bin/godoc -http=:6060``` (to run on Mac)
|
|
|
|
|
|
Fix Redirect Issues:
|
|
|
|
Have the go server determine redirect, generate a random URL from it
|
|
When random url is accessed by frontend -> redirect to home
|
|
|
|
|
|
# Resources
|
|
|
|
Convert image to webp (so it's smaller)
|
|
https://www.freeconvert.com/jpg-to-webp/download |