VLM-RUN-Resume-Tailor** is a web application designed to assist users in tailoring their resumes to specific job descriptions, enhancing their chances of securing desired positions.
- Resume Customization: Input your existing resume and a target job description to receive a tailored version emphasizing relevant skills and experiences.
- User-Friendly Interface: Navigate through the application effortlessly with an intuitive design.
- Real-Time Feedback: Receive instant suggestions and modifications to optimize your resume content.
Follow these instructions to set up and run the project locally.
- Node.js: Ensure you have Node.js installed. Download Node.js
- Package Manager: Either
npm(comes with Node.js) oryarn.
-
Clone the Repository:
git clone https://github.com/CharlesCreativeContent/VLM-RUN-Resume-Tailor.git
-
Navigate to the Project Directory:
cd VLM-RUN-Resume-Tailor -
Install Dependencies:
Using npm or yarn:
npm install yarn install
-
🏃♂️ Running the Application To start the application in development mode:
Using npm or yarn:
npm run dev yarn dev
The application will be running at: localhost:3000
Client: Contains the front-end code of the application.
Server: Holds the back-end code, including API endpoints and server configurations.
Shared: Includes shared utilities and components used by both client and server.
Tailwind CSS settings: tailwind.config.ts
Vite build configuration: vite.config.ts
Adjust these as needed for your own development requirements.
Contributions are welcome!
Please fork the repository and submit a pull request with your improvements or suggestions.
This project is licensed under the MIT License.
Check out the app on Replit: