Files
Resume-Matcher/apps/frontend/postcss.config.mjs
srbhr 8918bd3f13 docs: add installation guide and remove outdated setup documents
- Introduced a comprehensive installation guide (INSTALL.md) for setting up Resume Matcher for local development, detailing prerequisites, quick start instructions, and CORS configuration.
- Removed outdated setup documents (SETUP.md and SETUP.es.md) to streamline the documentation and avoid confusion.
- Updated README.md to reflect new features and improvements, including multi-provider LLM support and enhanced resume tailoring capabilities.
2025-12-24 02:49:34 +05:30

6 lines
81 B
JavaScript

const config = {
plugins: ['@tailwindcss/postcss'],
};
export default config;