crew Bringing more minimalism and sanity to the web, in a suckless way

Quick Setup

Production Deployment

If you want to deply crew in production, I highly recommend that you put it under a reverse proxy, you know what I mean.

Well, I also highly suggest you don’t use it for something important, after all I didn’t do any optimization at all (I certainly know about caching)

In a hurry

$ git clone https://github.com/c4pt0r/crew
$ go run main.go --addr $ADDR --rootDir $SITEDIR

or 

$ go run main.go (default dir is ./site, and default addr is 0.0.0.0:8080)

You’re all set

How to use

Only few things you need to know (because it’s suckless):