Fix whitespace in README.md

This commit is contained in:
Luna 2021-09-14 07:52:55 -04:00
parent a7923ea96a
commit 0ed0ce47be
Signed by: luna
GPG Key ID: C8DA627859769F68
1 changed files with 18 additions and 18 deletions

View File

@ -4,34 +4,34 @@ An imageboard that's a little more social.
## Requirements ## Requirements
- Ruby 2.7.3 - Ruby 2.7.3
- Node.js 14.x - Node.js 14.x
- Java 11 - Java 11
- PostgreSQL 12 - PostgreSQL 12
## Information about application structure ## Information about application structure
- mintbooru runs on the main branch of Rails to get the newest features, - mintbooru runs on the main branch of Rails to get the newest features,
so please keep that in mind. We are unapologetically modern in our backend, so please keep that in mind. We are unapologetically modern in our backend,
and we don't apologize for it. and we don't apologize for it.
- We use a combination of tools to make this app work. We use the - We use a combination of tools to make this app work. We use the
[YUI Compressor](https://yui.github.io/yuicompressor/) to compress CSS [YUI Compressor](https://yui.github.io/yuicompressor/) to compress CSS
(mainly because Luna wanted to mess around with it for shits and giggles), (mainly because Luna wanted to mess around with it for shits and giggles),
and we use the Terser gem to compress JS. and we use the Terser gem to compress JS.
- JS is compiled using Webpack, and is included in the Sprockets build process. - JS is compiled using Webpack, and is included in the Sprockets build process.
- User authentication is implemented through - User authentication is implemented through
[Devise](https://github.com/heartcombo/devise), and is modified as needed. [Devise](https://github.com/heartcombo/devise), and is modified as needed.
## Credits ## Credits
- [Luna](https://luna.mint.lgbt) - Main developer - [Luna](https://luna.mint.lgbt) - Main developer
- [mint](https://they.mint.lgbt) - Developer
- [Erin](https://the-system.eu.org) - For being with me in my darkest times - [mint](https://they.mint.lgbt) - Developer
- [Erin](https://the-system.eu.org) - For being with me in my darkest times
## License ## License