From c5eee3a86ee411df969f2a292e32a19c03ec5ed6 Mon Sep 17 00:00:00 2001 From: Nicolas Solioz Date: Thu, 25 Jan 2024 17:08:33 +0100 Subject: [PATCH] Update README.md Extra information for running frontend with yarn (openssl related error) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edc2655..93b36cf 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ $ pipenv run python manage.py migrate $ cd frontend $ yarn install ``` + +If you get an openssl related warning, run the following command inside the frontend directory. +``` +export NODE_OPTIONS=--openssl-legacy-provider +``` 5. Run redis on port 6380 ``` $ redis-server --port 6380 @@ -70,4 +75,4 @@ $ yarn start ![Project Page 2](https://i.imgur.com/PGbDYvS.png) ![Card Modal](https://i.imgur.com/xpFOTsO.png) -Design Inspiration: https://www.behance.net/gallery/47031411/Trello-Atlassian-Redesign \ No newline at end of file +Design Inspiration: https://www.behance.net/gallery/47031411/Trello-Atlassian-Redesign