Nextjs application to generate cv.
-
Clone the Repository
git clone https://github.com/inehadev/CVgenerator
-
Navigate to the Project Directory
cd CVgenerator -
Install Dependencies
npm install
-
Add API Keys and Configuration Open the
.envfile and add your API keys and any other necessary configuration variables. Example:OPENAI_API_KEY=your_api_key
To run the project in development mode, use the following command:
npm run dev