From 98c724adefc616793db9f109b32276d33f556891 Mon Sep 17 00:00:00 2001 From: Aniruddha Ghosh Date: Fri, 4 Aug 2023 10:36:53 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3c61996..e93170316 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,20 @@ Yes, you can fork this repo. Please give proper credit by linking back to [britt npm run build ``` -1. Preview the site as it will appear once deployed +2. Preview the site as it will appear once deployed ```sh npm run serve ``` +## OpenSSL Error Fix + +1. Check for `package.json` +2. Add or change the line like below within **scripts**. For windows use `set` instead of `export` + + ```sh + export SET NODE_OPTIONS=--openssl-legacy-provider +``` + ## 🎨 Color Reference