From 41e6dde3c604df3baeea2dd7e47ba50cff584c2c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 1 Oct 2023 09:47:24 +0200 Subject: [PATCH] chore: update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2569a6a..cfd3f15 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,17 @@ This is possible on all major browsers, including Safari on iOS (where I persona It doesn't exist yet... I'll probably get to creating a browser extension at some point. But for now, PRs welcome! :) +## Credits +We are thankful for all the building blocks provided by the following projects: +1. [Astro] for our server-side rendering framework +1. [Netlify] for hosting our official deployed service +1. [@astrojs/prefetch] for our experimental prefetch strategy (not sure if working yet 🤣); only while we don't have a more aggressive prefetch-and-cache strategy +1. [@ayco/astro-resume] for communicating necessary data from server to client +1. [@extractus/article-extractor] for the amazing scraping of articles +1. [astro-iconify] for icons +1. [sass] for some nested styling +1. [ultrahtml] for any cleanup and transformation we do on the received article content + ## Contributing -Speaking of PRs being welcome, see our [CONTRIBUTING guide](/CONTRIBUTING.md). +If any of the above seems to need improvement for you, we are always eager to hear feedback and welcome all contributions. See our [CONTRIBUTING](/CONTRIBUTING.md) guide for more info. +