peachy-go/README.md

16 lines
331 B
Markdown
Raw Permalink Normal View History

2024-11-05 23:36:19 +00:00
# Peachy
Peachy is a very-WIP, barely-there, graphical content management system for building static sites, an SQLite database rather than a mess of files as a store.
## Prerequisites
- [Go](https://go.dev/dl/)
- [Wails v3](https://v3alpha.wails.io/getting-started/installation/)
## Building
```sh
cd desktop
wails3 build
```