mirror of
https://github.com/writefreely/documentation.git
synced 2024-11-14 23:11:03 +00:00
491 B
491 B
Development Setup
Ready to hack on your site? Here's a quick overview.
Prerequisites
Setting up
Run these commands to get set up.
go get -d github.com/writeas/writefreely/cmd/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