From f117b75151a7cea61a802b815b7aa8d0497aa373 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 24 Jan 2026 23:43:03 -0500 Subject: [PATCH] docs: update README for local CSS build system - Update technical details to reflect local Tailwind build process - Remove CDN references and document self-contained asset building - Update build process documentation with Node.js integration --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9821682..d926c86 100644 --- a/README.md +++ b/README.md @@ -270,13 +270,14 @@ Use the included Bruno collection in the `bruno/` directory for testing the API: ### Technical Updates - **Go Templates**: Server-side rendering with template inheritance -- **Tailwind CSS**: Utility-first CSS framework via CDN +- **Tailwind CSS**: Local build system with production optimization and minification - **TypeScript Support**: Client-side scripting with TypeScript compilation - **Database Schema**: Enhanced with user profiles, user_ebook_folders, ebook_ratings tables - **API Expansion**: Comprehensive endpoints for user management, folder operations, scanner controls, and ratings - **Advanced Metadata**: Rich ebook information extraction with fallback strategies - **File System Monitoring**: Real-time folder watching with automatic new directory detection - **Error Recovery**: Robust database error handling with proper pgx integration +- **Local Build System**: Self-contained CSS/JS assets without CDN dependencies ## License