breakneck

a quick way to serve static html sites immediately. Just serves the files under the directory you run breakneck in.

Thanks be to jekyll for the original code which i have since modified.

Usage

  1. Go into the directory holding your static site.
  2. Run breakneck

Command Line Options

--port [PORT] - specify a different port. 3333 is default
--open - start the server and open it immediately in your browser (*nix only)

see LICENCE for licensing details.