#!/usr/bin/env perl
use strict;
use warnings;

use FindBin;
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }

require Mojolicious::Commands;
Mojolicious::Commands->start_app('App::skryf');

__END__

=head1 NAME

Skryf - Pluggable CMS

=head1 DESCRIPTION

This is where the magic happens. You can see a live preview at L<http://astokes.org>.

=cut
