From 934976c1148f0b6437aac7221d6b15aa329168a6 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 30 May 2021 18:29:33 +0100 Subject: [PATCH] README: Add short intro --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7b9cd75..6d2b43e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Snikket Web Portal +This is the web component of a [Snikket service](https://snikket.org/service/) +that allows users to manage accounts, and administrators to manage the +service. For general setup, see the [Snikket install +guide](https://snikket.org/service/quickstart/). For developers working on +Snikket, see the development quickstart below. + ![Screenshot of the app](docs/readme-screenshot.png) ## Development quickstart