aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-02-15 08:32:38 -0500
committerCara Salter <cara@devcara.com>2022-02-15 08:32:38 -0500
commit9b4707192557cdd64dd82c5883e54758d0d66512 (patch)
treee72b73b40b01db1ccd53a04c219122bac92aba3c
parentef10dd6cdfa5c69cb0deb7da5a379b7e237e6e2d (diff)
downloadglitch-ng-9b4707192557cdd64dd82c5883e54758d0d66512.tar.gz
glitch-ng-9b4707192557cdd64dd82c5883e54758d0d66512.zip
README
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3c6f798
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Glitch (NG)
+[![Build Status](https://drone.carathe.dev/api/badges/Glitch/bot/status.svg)](https://drone.carathe.dev/Glitch/bot)
+
+Rewrite of Glitch into Rust + Poise.
+
+# Overall Design Goals
+
+The goal of this iteration of Glitch is to be easily extendable into a web
+dashboard. Adding new features should be done in tandem with the
+[API](/Glitch/api) and the [website](/Glitch/glitch-web).