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.
This commit is contained in:
parent
979994ce0a
commit
eb172f0211
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
# Jankboard 2
|
||||
|
||||
<a href="https://codeclimate.com/repos/65dfbdc904f9ed00bbf381c8/maintainability"><img src="https://api.codeclimate.com/v1/badges/4bedd567dbf60ec87164/maintainability" /></a>
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue