fix: mdlint errors except line length
line length will soon be disabled as it is too authoritarian
This commit is contained in:
parent
ed76dd1d34
commit
9b4c079340
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Jankboard 2
|
# Jankboard 2
|
||||||
|
|
||||||
<!-- markdownlint-disable MD013 MD033 MD045 -->
|
[![maintainability status](https://api.codeclimate.com/v1/badges/4bedd567dbf60ec87164/maintainability)](https://codeclimate.com/repos/65dfbdc904f9ed00bbf381c8/maintainability)
|
||||||
<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.
|
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).
|
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).
|
||||||
|
@ -15,7 +14,7 @@ We recommend installing the latest stable release binaries from [our release pag
|
||||||
|
|
||||||
If you would like to contribute to Jankboard 2, there's only a few simple steps to get the development build up and running.
|
If you would like to contribute to Jankboard 2, there's only a few simple steps to get the development build up and running.
|
||||||
|
|
||||||
**Prerequisites**
|
### Prerequisites
|
||||||
|
|
||||||
- Rust and `cargo`. Check the [Rust docs](https://www.rust-lang.org/learn) for more information. We recommend you install Rust using `rustup`. Keep in mind that this is ONLY necessary for development, release binaries do not require Rust.
|
- Rust and `cargo`. Check the [Rust docs](https://www.rust-lang.org/learn) for more information. We recommend you install Rust using `rustup`. Keep in mind that this is ONLY necessary for development, release binaries do not require Rust.
|
||||||
- NodeJS and `npm`, for installing dependencies and the `vite` development server.
|
- NodeJS and `npm`, for installing dependencies and the `vite` development server.
|
||||||
|
|
Loading…
Reference in a new issue