A Resume modifier front-end part
Integrate with OpenAI
install dependencies
npm installnpm run devproject default in http://localhost:5173
docker build -t resume-modifier-front-end .
docker run -d resume-modifier-front-end:0.1 -p 8000:80 --name resume-modifier-front-endService is available on http://localhost:8000
Any advice for common problems or issues are welcomed.
This project is licensed under the GPL-3.0 license
see the LICENSE.md file for details

