Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbaikge/sparky
- Owner: jbaikge
- Created: 2024-04-18T19:24:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:05:51.000Z (6 months ago)
- Last Synced: 2024-05-16T18:26:45.312Z (6 months ago)
- Language: Go
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```