Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbaikge/sparky

Crazy idea to take on WordPress with Go
https://github.com/jbaikge/sparky

Last synced: 11 days ago
JSON representation

Crazy idea to take on WordPress with Go

Awesome Lists containing this project

README

        

# Sparky

Sparky is an experimental website CMS, with the goal of taking the place of
WordPress in the distant future.

## Install

```
go install github.com/jbaikge/sparky@latest
```

## Run

The default behavior is to run with a SQLite-backed database in the current
directory. MySQL/MariaDB is an alternative for a more production-based
environment.

```
sparky
```