Skip to content

Commit a8805c6

Browse files
chore(readme): some guiding principles
1 parent ad4e615 commit a8805c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
A tiny website to handle go.resonite.com links.
44

5+
## Development Principles
6+
1. Keep is Simple - Avoid additional Frameworks or libraries unless they have a defined goal or feature that they unlock.
7+
2. Keep Dependencies Down - Avoid excess dependencies
8+
3. Prioritize raw HTML5 - Semantic tags over divs
9+
510
## Notes
611
This was put together quite quickly, to fix the needs of go.resonite.com not working. The design isn't the best, but it will be ok for now!
712

813
### Links/Resources
914
- [Discord Open Graph Information](https://www.reddit.com/r/discordapp/comments/82p8i6/a_basic_tutorial_on_how_to_get_the_most_out_of/) - How to get the most out of your discord embeds.
1015
- [Express/Node Docker Tutorial](https://www.digitalocean.com/community/tutorials/how-to-build-a-node-js-application-with-docker)
1116
- [pug based Server Side Rendering](https://expressjs.com/en/guide/using-template-engines.html)
12-
- [Water.css](https://watercss.kognise.dev/) - Prime's Goto CSS "framework"
17+
- [Water.css](https://watercss.kognise.dev/) - Prime's Goto CSS "framework"

0 commit comments

Comments
 (0)