mirror of
https://github.com/srbhr/Resume-Matcher.git
synced 2026-01-19 07:19:56 +00:00
- 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.
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
const config = {
|
|
plugins: ['@tailwindcss/postcss'],
|
|
};
|
|
|
|
export default config;
|