1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-21 23:44:22 +00:00

🗒 Update README.md

This commit is contained in:
Steffo 2021-07-17 00:24:00 +02:00
parent 7fcdfadc27
commit 6cd518a573
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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/