From 565a4c1c23be124892ab2bcb6c89f763af580602 Mon Sep 17 00:00:00 2001 From: Aryaman Malik <66994565+SlayerDraco@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:59:41 +0530 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b689f68..a738ef1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,41 @@ -## CV APP - - Live: https://cv-app-khaki.vercel.app/ +This is a Resume Builder App which allows you to build and download your resume for free. -## :cd: How to run local +## CV APP + -🚀 Live: https://cv-app-khaki.vercel.app/ +## :cd: How to run the app locally +### Steps:- ``` - npm install - npm run dev ``` +Here an Error might arise that may look like this +``` +Error: error:0308010C:digital envelope routines::unsupported + 'error:03000086:digital envelope routines::initialization error', + 'error:0308010C:digital envelope routines::unsupported' + ], + library: 'digital envelope routines', + reason: 'unsupported', + code: 'ERR_OSSL_EVP_UNSUPPORTED' +} +``` +To fix this error, +### For Windows: +run: +``` +- set NODE_OPTIONS=--openssl-legacy-provider + +``` +### For MacOs/Linux: +``` +- export NODE_OPTIONS=--openssl-legacy-provider +``` +Now re-run lauch command +``` +- npm run dev +``` ## UI ### Home Video