Welcome to the AI Resume Builder repository! This project leverages cutting-edge tools and frameworks to create a dynamic and efficient resume-building platform powered by AI. The AI Resume Builder provides a seamless experience, making resume creation straightforward and effective.
This project is built using:
To deploy this project to Vercel, follow these steps:
After deploying, navigate to Vercel > Project Settings > Environment Variables and add the necessary environment variables for production.
Replace all occurrences of localhost
with your Vercel domain URL, as shown below:
KINDE_SITE_URL=https://cvbuild-ai.vercel.app/
KINDE_POST_LOGOUT_REDIRECT_URL=https://cvbuild-ai.vercel.app/
KINDE_POST_LOGIN_REDIRECT_URL=https://cvbuild-ai.vercel.app/dashboard
NEXT_PUBLIC_APP_URL=https://cvbuild-ai.vercel.app/
These variables ensure that the app functions properly on your Vercel deployment.
Run the following command to initialize the deployment:
vercel
This command will prompt you to configure the project for the first time if it hasn't been linked to Vercel.
Once configured, deploy the project to production using:
vercel --prod
This will push your latest changes live on Vercel.
To view all packages and dependencies used, check out the Versions file.