1.2.2 • Published 4 years ago

m1cr0blog v1.2.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

M1cr0blog

My personal blog and a couple of other services.

Features

  • Blog with content manager
  • Desktop background API for storing + providing random backgrounds
  • ShareX API for uploading/downloading files
  • Filesystem-based database backend - no external dependencies

Installation and Running

Tested to work on NodeJS 8.11.3 and higher.

git clone https://github.com/m1cr0man/m1cr0blog.git
cd m1cr0blog
NODE_ENV=production npm install
npm build
npm start