From 0bab92db02933b9e891a6d455d4e5d38bdfac202 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Tue, 5 Nov 2024 16:36:19 -0700 Subject: [PATCH] Added readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8434903 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 +```