From eb172f02115b7a6a500ad5ce804d85236babbb71 Mon Sep 17 00:00:00 2001 From: Team 1280 Programming Laptop <59985235+Team1280Programming@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:51:29 -0800 Subject: [PATCH] docs: add Code Climate maintainability badge to README The README file has been updated to include a Code Climate maintainability badge. This badge provides a visual representation of the maintainability score for the project. It helps users quickly assess the code quality and maintainability of the project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd790f7..b67764e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Jankboard 2 + + A remastered version of the original Jankboard, with a focus on minimizing the Jank portion. Designed from the ground up to be easy to maintain and extend, unlike the original. The frontend is powered by Svelte 4 (unfortunately, we had to drop support for the bleeding edge Svelte 5 due to lack of Vite support). This project is closed source (for now) and licensed under a modified BSD 3.0 license.