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:
parent
7fcdfadc27
commit
6cd518a573
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -39,10 +39,16 @@ The website is a [Single Page App][1] created with [`create-react-app`][2] using
|
||||||
|
|
||||||
### Temporary components
|
### 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
|
### Per-page components
|
||||||
|
|
||||||
Some Components specific to a certain page are implemented in the page's own directory: for example, `/routes/Gestinfo/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/
|
Loading…
Reference in a new issue