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
This commit is contained in:
@@ -270,13 +270,14 @@ Use the included Bruno collection in the `bruno/` directory for testing the API:
|
|||||||
|
|
||||||
### Technical Updates
|
### Technical Updates
|
||||||
- **Go Templates**: Server-side rendering with template inheritance
|
- **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
|
- **TypeScript Support**: Client-side scripting with TypeScript compilation
|
||||||
- **Database Schema**: Enhanced with user profiles, user_ebook_folders, ebook_ratings tables
|
- **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
|
- **API Expansion**: Comprehensive endpoints for user management, folder operations, scanner controls, and ratings
|
||||||
- **Advanced Metadata**: Rich ebook information extraction with fallback strategies
|
- **Advanced Metadata**: Rich ebook information extraction with fallback strategies
|
||||||
- **File System Monitoring**: Real-time folder watching with automatic new directory detection
|
- **File System Monitoring**: Real-time folder watching with automatic new directory detection
|
||||||
- **Error Recovery**: Robust database error handling with proper pgx integration
|
- **Error Recovery**: Robust database error handling with proper pgx integration
|
||||||
|
- **Local Build System**: Self-contained CSS/JS assets without CDN dependencies
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user