• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Veria CMS is a lightweight Node.js blogging platform

Veria Node.js blogging platform

Veria CMS is a fully responsive lightweight Node.js blogging platform. Installation is lightning fast, you can be online with a blog in under 5 minutes. The dashboard uses markdown with a live preview for fast and beautiful blog posts.

Demo: Default Installation

Demo: Admin Dashboard

Installation

1. npm install
2. edit settings.js - customize this file with your preferences.

Starting your server

1. npm start

The default installation will install to localhost on port 3000.

http://localhost:3000

Accessing the dashboard

The dashboard is located at /dashboard of your install. In the case of default installation, it is found at:

http://localhost:3000/dashboard

Roadmap

Veria is under active development. Features to be developed will be listed shortly.

Contributions welcome!