<%= stylesheet_link_tag '//fonts.googleapis.com/css?family=Lato:300,400', '//fonts.googleapis.com/css?family=Inconsolata', media: 'all' %> <%= favicon_link_tag 'push_type/pushtype-favicon.png' %>

You've installed PushType. Hurrah!

Get started in a few very easy steps…

  1. Create your first Node type:
    rails g push_type:node page body:wysiwyg
  2. <% if PushType.const_defined?(:Auth) %>
  3. Create a user to log in with:
    rake push_type:create_user
  4. <% end %>
  5. And log in:
    <%= link_to push_type.root_url, push_type.root_path %>