deploymet link =
- Download the repo
git clone https://github.com/Sritankar/resume-parser.git
- Change the directory
cd open-resume
- Install the dependency
npm install
- Start a development server
npm run dev
- Open your browser and visit http://localhost:3000 to see OpenResume live
- Download the repo
git clone https://github.com/Sritankar/resume-parser.git
- Change the directory
cd open-resume
- Build the container
docker build -t open-resume .
- Start the container
docker run -p 3000:3000 open-resume
- Open your browser and visit http://localhost:3000 to see OpenResume live