Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.25 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.25 KB

Empower Your Career with our Resume Generator!

License

Welcome to the Recharged CV repository! This project is a powerful resume generator that helps you create professional resumes quickly and easily.

Features

  • User-friendly interface for creating resumes.
  • Pre-designed templates for various industries and job positions.
  • Customizable sections for adding personal information, work experience, education, skills, and more.
  • Export resumes in multiple formats (PDF, Word, etc.).
  • Continuous updates and improvements.

Getting Started

Prerequisites

Installation

  1. Git clone the repository to your local machine:
git clone https://github.com/roberthgnz/recharged-cv.git
  1. Install the required dependencies:
pnpm install
  1. Create a .env file in the root directory of the project and add the following environment variables:
DATABASE_URL=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
GITHUB_ID=
GITHUB_SECRET=
OPENAI_API_KEY=
KV_URL=
KV_REST_API_URL=
KV_REST_API_TOKEN=
KV_REST_API_READ_ONLY_TOKEN=
  1. Run the development server:
pnpm dev