Introduction

Blognami is a Node.js based CMS, that can be stripped back to a general purpose web framework.

Quick Start

To see it in action run the following:

    yarn global add blognami
    blognami generate-project foo
    cd foo
    blognami init-database
    blognami start-server

Now go to http://localhost:3000 and it should be up and running.