From 439b792baf0779ceb1780fbc81ff5c59f30053ad Mon Sep 17 00:00:00 2001 From: mrkmntal Date: Wed, 8 Apr 2026 17:16:23 -0400 Subject: [PATCH] README update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29ada40..9817ac6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ From a learning standpoint, this codebase makes use of a lot of different method * Separation between API code and user interface code * Use of a modern date parsing library [luxon](https://moment.github.io/luxon/) * Server-side proxy caching plus browser/static asset caching +* [fastfetch](https://github.com/fastfetch-cli/fastfetch) for the Linux-oriented Server Observations display * Very straight-forward hand written HTML * Build system integration (Gulp, Webpack) to reduce the number of scripts that need to be loaded * Hand written CSS made easier to mange with SASS