diff options
author | Cara Salter <cara@devcara.com> | 2022-02-15 08:32:38 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-02-15 08:32:38 -0500 |
commit | 9b4707192557cdd64dd82c5883e54758d0d66512 (patch) | |
tree | e72b73b40b01db1ccd53a04c219122bac92aba3c | |
parent | ef10dd6cdfa5c69cb0deb7da5a379b7e237e6e2d (diff) | |
download | glitch-ng-9b4707192557cdd64dd82c5883e54758d0d66512.tar.gz glitch-ng-9b4707192557cdd64dd82c5883e54758d0d66512.zip |
README
-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) +[](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). |