diff options
-rw-r--r-- | README.md | 10 |
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). |