Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down