From 6cd518a573dd5bffccba3102d7efb128bfd83f02 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 17 Jul 2021 00:24:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=92=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d74aa86..283bbeb 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,16 @@ The website is a [Single Page App][1] created with [`create-react-app`][2] using ### Temporary components -Some Components are temporarily implemented here pending introduction in [`bluelib`][5]: they are located in `/src/components/`. +Some Components are temporarily implemented here pending introduction in [`bluelib`][4]: they are located in `/src/components/`. -[5]: https://github.com/RYGhub/bluelib +[4]: https://github.com/RYGhub/bluelib ### Per-page components Some Components specific to a certain page are implemented in the page's own directory: for example, `/routes/Gestinfo/components/`. + +### Code style + +Code style is all over the place, as [IntelliJ IDEA][5] decided to add newlines pretty much everywhere to enforce a 120-column hard wrap, breaking any sort of code style I was following. + +[5]: https://www.jetbrains.com/idea/ \ No newline at end of file