Welcome to the Recharged CV repository! This project is a powerful resume generator that helps you create professional resumes quickly and easily.
- 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.
- Git clone the repository to your local machine:
git clone https://github.com/roberthgnz/recharged-cv.git
- Install the required dependencies:
pnpm install
- 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=
- Run the development server:
pnpm dev