Closed codyshepherd closed 5 years ago
I would add a couple of things to instructions.txt
:
GOPATH
if you would likeecho 'layout go' > .envrc
is not optional and mention what it doeslocal_testing.md
We may also want to add sever.crt
, server.key
, and maybe github.com/
and golang.org/
to .gitignore
.
Awesome, thanks for the review! I've updated the docs to be more complete and readable. I've also updated the .gitignore
at top level.
Sweet! The documentation changes look great. I'm merging this in.
This webserver serves the contents of
client/build
over HTTPS onlocalhost:443
, and comes with instructions for setting up thedirenv
go development environment, as well as for generating self-signed certificates for local development.