# File lib/staticmatic/mixins/server.rb, line 2
  def preview
    puts "StaticMatic Preview Server"
    puts "Ctrl+C to exit"
    StaticMatic::Server.start(self)
  end