Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 832 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 832 Bytes

This project has moved to


blog

Blog is a minimal, multi-user Twitter OAuth blogging platform that can create living, powerful pages

Install

Run as a Desktop App (Windows only):

$ dotnet tool install -g app

$ app install blog
$ cd blog && app

Run as a .NET Core Web App (Windows, macOS, Linux):

$ dotnet tool install -g web

$ web install blog
$ cd blog && web

Requires .NET Core 2.1.

Learn

See templates.servicestack.net/docs/web-apps to learn about ServiceStack .NET Core 2.1 Web Apps.