Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

565 B

Development Setup

Ready to hack on your site? Here’s a quick overview.

Prerequisites

Setting up

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

make build   # Compile the application
make install # Config, generate keys, setup database, install LESS compiler
make run     # Run the application