Ready to hack on your site? Here's a quick overview.
After installing Go and Node.js, run the following commands to build, configure, and run the application.
go get -d github.com/writeas/writefreely/cmd/writefreely
cd $GOPATH/src/github.com/writeas/writefreely
# If running Go 1.11+
export GO111MODULE=on
make build # Compile the application
make install # Config, generate keys, setup database, install LESS compiler
make run # Run the application